Skip to content
Discussion options

You must be logged in to vote

At the moment, Copilot reviews aren’t treated as a required review in GitHub’s merge rules. Auto-merge only waits for the conditions you’ve explicitly configured (like required human reviewers or status checks), so if those are met, the PR can merge even while Copilot is still reviewing.

If you want to ensure Copilot feedback is considered before merge, the closest workaround today is to:

Disable auto-merge until Copilot finishes, or

Require a human review that waits on Copilot’s comments, or

Use a status check / policy (if available in your org) that blocks merge until Copilot completes.

It would be great if Copilot reviews could be configured as a required check in the future.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ap3-sf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other General topics and discussions that don't fit into other categories, but are related to GitHub Copilot Enterprise Discuss admin controls, policy settings, seat management, and insights with Copilot Enterprise
3 participants