News Radar RSS

GitHub Code Quality no longer adds Copilot as a reviewer

GitHub Changelog Developers & Open Source Score 7/10

Summary

Enabling GitHub Code Quality on a repository no longer creates a ruleset that automatically requests a code review from GitHub Copilot on your pull requests. In repositories that already have… The post GitHub Code Quality no longer adds Copilot as a reviewer appeared first on The GitHub Blog .

Original Text

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> Enabling GitHub Code Quality on a repository no longer creates a ruleset that automatically requests a code review from GitHub Copilot on your pull requests. In repositories that already have that ruleset, we’ve turned off the settings we enabled.

When Code Quality became generally available on July 20, 2026, enabling it created a repository ruleset named Code Quality Copilot review for default branch that targeted your default branch. You told us that adding a reviewer should be your choice, so we’ve reversed that.

What we’ve turned off

We’ve disabled the three settings we enabled in that ruleset:

Automatically request Copilot code review, which requested a Copilot review on every pull request.

Review new pushes, which requested another review each time you pushed to a pull request.

Review draft pull requests, which requested a review before you marked a pull request ready.

We only change the ruleset where it still matches what we created. If you’ve edited it, we leave it as you set it, and we never touch a ruleset you wrote yourself. The ruleset stays in your repository with these settings off, so you can delete it whenever you want.

How to keep automatic Copilot code review

Copilot code review itself hasn’t changed, and you can turn it back on at any time. Add or edit a ruleset that enables Automatically request Copilot code review for the branches you choose, at either the repository or organization level. For the steps, see configuring automatic code review by Copilot. Copilot code review continues to bill to your Copilot plan.

This change applies to Code Quality on GitHub Enterprise Cloud and GitHub Team.

The post GitHub Code Quality no longer adds Copilot as a reviewer appeared first on The GitHub Blog.

GitHubDeveloper ToolsSoftware

News Radar provides aggregated summaries. Full content and copyright remain with the original publisher.