How do I disable an automatic "Copilot PR Review" #200791
Replies: 3 comments 5 replies
-
|
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Ans 1:It is a GitHub-managed dynamic workflow created by enabling Copilot Code Review / Copilot Cloud Agent at the organization or repository level. It does not live in .github/workflows and cannot be managed like a normal workflow. Ans 2:An organization owner should check: Organization Settings → Copilot Ans 3.: Well the simple answer would be NO, dynamic/* workflows are GitHub-managed and cannot be disabled through the Actions UI or the PUT /repos/{owner}/{repo}/actions/workflows/{id}/disable API. A 422 Unprocessable Entity response is expected for these workflows. |
Beta Was this translation helpful? Give feedback.
-
|
First action remove the extension from the ide or web browser which you are using, and refresh the browser |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Copilot in GitHub
Body
I set up automatic Copilot code review on a private repo (org/ArizonaDDS) a few weeks ago and now want to turn it off, but I can't find where it's controlled. It runs on every pull request, from every contributor, within seconds of the PR being opened.
What I see running:
What I've already tried / ruled out:
Questions:
Repo is private, owned by an organization on the free plan. I'm an outside collaborator with admin on the repo but not an org owner. Repo → Settings → Rules → Rulesets is empty. I disabled the "Copilot code review" setting on the Copilot Cloud Agent settings
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions