How to enable GitHub Copilot to automatically review my PRs? #178092
-
Select Topic AreaQuestion Copilot Feature AreaGeneral BodyI have a GitHub Copilot Pro plan, and I would like to enable Copilot to automatically review pull requests that I create in one of my repositories. Right now it doesn’t appear as a reviewer or automatically comment on the PR. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey, you can create a ruleset for the copilot code reviewer to automatically review the pull request for the repo you are working on. There are a bunch of things that you can select and enable in that ruleset, one of which is automatic code review. Go to your repo -> settings -> rulesets -> create a new ruleset Once you save and enable the ruleset, Copilot will automatically review new PRs that match your rules. Hope that helps! |
Beta Was this translation helpful? Give feedback.
Hey, you can create a ruleset for the copilot code reviewer to automatically review the pull request for the repo you are working on. There are a bunch of things that you can select and enable in that ruleset, one of which is automatic code review.
Go to your repo -> settings -> rulesets -> create a new ruleset
Once you save and enable the ruleset, Copilot will automatically review new PRs that match your rules.
Hope that helps!