Copilot Code Review ignores custom setup steps #203859
Replies: 3 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. ⭐ |
|
Copilot Code Review’s custom workflow path is easy to mis-wire relative to ordinary Actions files. Checklist that unblocks most people:
If the path matches docs and it still skips setup, capture a screenshot of the review panel showing the steps that ran (or none) and escalate with Support — that is the package they need beyond YAML paste. |


Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot in GitHub
Body
I cannot get my Copilot Code Review in a PR to use the
.github/workflows/copilot-code-review.ymlworkflow file.It ignores it and therefore the required steps for the MCP server are not running.
This is based on the Azure DevOps example
All reactions