How to disable automatic adding Copilot as reviewer? #196422
-
🏷️ Discussion TypeQuestion 💬 Feature/Topic AreaCopilot in GitHub BodyI want to use Copilot. I don't want to disable it for my project. I just want it so it doesn't automatically add to PR without asking. Is there a way to disable this? I use CodeRabbit. When I want Copilot CR, I can do this manually. I don't want GitHub to make this decision for me. Is there a way to turn this off? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
|
Yes — you can keep GitHub Copilot enabled while disabling automatic PR review features. In your GitHub repository or organization settings: Go to Settings This lets you continue using Copilot manually without GitHub automatically adding reviews/comments to pull requests. Then you can still manually trigger reviews when you want, alongside tools like CodeRabbit. Official settings/documentation: |
Beta Was this translation helpful? Give feedback.
-
|
@jcubic zianafique is close, but the setting moved in 2025. Here’s the exact path as of May 2026: To disable auto Copilot PR reviews, but keep Copilot: For Org/Repo admins:
If you don’t see it: You need to be on GitHub Team/Enterprise. Free plan doesn’t auto-add Copilot as reviewer — check if you have a 3rd-party GitHub App or Action doing it. Look in Why it happens: When you enable "Copilot code review" in org settings, it applies to ALL repos. Most people turn it on during trial and forget. You can still use |
Beta Was this translation helpful? Give feedback.
-
|
I don’t think GitHub has a clean toggle for this yet. You can keep GitHub Copilot enabled, but the automatic PR reviewer part seems to be bundled into the Copilot review features, which is kind of annoying if you already use something like CodeRabbit. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, you should be able to keep Copilot enabled while turning off automatic PR reviews, but the setting depends on where it was enabled. Check these places:
Go to your avatar menu -> Copilot settings and look for the Copilot code review / automatic review option. GitHub's docs say personal automatic review is configured from Copilot settings, and is available for Copilot Pro / Pro+ users.
If this is happening for everyone in a repo or org, it may be configured by an admin. GitHub documents automatic Copilot reviews as something that can be enabled for a repository or organization, including through branch rules with "Automatically request Copilot code review".
If the repo uses rulesets or branch protection, check whether Copilot review is part of the branch rule. In that case, disabling Copilot itself is not the right fix; the rule/request setting needs to be changed. A quick way to diagnose it:
Official docs: https://docs.github.com/en/copilot/how-tos/copilot-on-github/set-up-copilot/configure-automatic-review After you turn it off, you should still be able to request Copilot manually when you actually want it. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, you can turn that off. GitHub Copilot has an “Automatic Copilot code review” setting that controls whether it automatically gets added to PRs/reviews. Try this:
Settings → Copilot → Features / Code Review
Automatic Copilot code review
You may also need to check the repository-level settings because repos can enable it through rulesets even if your personal setting is disabled: Repo → Settings → Rules → Rulesets Then look for: Automatically request Copilot code review and disable it there too. That way you can still use Copilot normally, but it won’t jump into PRs unless you manually ask for it. |
Beta Was this translation helpful? Give feedback.
-
|
I want to use Copilot. I do not want to disable it for my project. I only want to prevent it from being automatically added to PRs without permission. Is there any way to disable this? I use CodeRabbit. When I want to use Copilot CR, I can do it manually. I do not want GitHub making that decision automatically for me. Is there any way to disable this? |
Beta Was this translation helpful? Give feedback.
Yes, you should be able to keep Copilot enabled while turning off automatic PR reviews, but the setting depends on where it was enabled.
Check these places:
Go to your avatar menu -> Copilot settings and look for the Copilot code review / automatic review option. GitHub's docs say personal automatic review is configured from Copilot settings, and is available for Copilot Pro / Pro+ users.
If this is happening for everyone in a repo or org, it may be configured by an admin. GitHub documents automatic Copilot reviews as something that can be enabled for a repository or organization, including through branch rules with "Auto…