Add rest API to control Copilot code review firewall #204706
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
The ProblemRight now, configuring the Copilot code review firewall (enabling/disabling the firewall, toggling the recommended allowlist, or managing custom allowlists) can only be done manually through the web UI. For Copilot cloud agents, we can manage configuration through repository environment variables, but that option isn't available for code review firewall settings. When managing a large number of repositories or organizations, updating these toggles manually across the UI is tedious, error-prone, and impossible to track cleanly via Git or Terraform. What We NeedWe’d love to see programmatic support for managing these settings as code:
Why This Matters
|
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
API
Body
Hello,
currently there is no way to control Copilot code review firewall as code, nor via API neither via repository environment variables (how it still works for Copilot cloud agent).
To manage it "as code" we would like to get API endpoints for it.
Thank you in advance.
All reactions