From a39aefed3ef773302f20e0d77b1c6f1c72d90905 Mon Sep 17 00:00:00 2001 From: Paul Erhard Date: Thu, 11 Jun 2026 11:57:41 -0500 Subject: [PATCH 1/3] Clarify scoping for automatic code review Added information about scoping automatic code review to specific repositories. --- content/copilot/concepts/agents/code-review.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/copilot/concepts/agents/code-review.md b/content/copilot/concepts/agents/code-review.md index 71fe7aba2fca..a0a1b0f91d32 100644 --- a/content/copilot/concepts/agents/code-review.md +++ b/content/copilot/concepts/agents/code-review.md @@ -53,7 +53,7 @@ The second policy has these characteristics: * It is disabled by default. * Once this policy is set it at the enterprise level, it becomes **visible, but not editable** at the organization level. -* The policy is **most restrictive**. {% data variables.copilot.copilot_code-review_short %} is only available in repositories where you explicitly enable the policy. +* The policy is **most restrictive**. ### How it works for users without a license @@ -61,6 +61,8 @@ When both policies are enabled, users without a {% data variables.product.prodna In repositories where automatic code review is enabled, {% data variables.product.prodname_copilot_short %} automatically reviews all pull requests. This happens regardless of whether the author has a {% data variables.product.prodname_copilot_short %} license. +You can scope automatic code review to specific repositories by configuring repository or organization rulesets. + {% data variables.copilot.copilot_code-review_short %} for users without a license is not available in IDEs. ## Excluded files From bb5a57bdb751cf5bad16d70a9ff0ba05d5965b36 Mon Sep 17 00:00:00 2001 From: Paul Erhard Date: Thu, 11 Jun 2026 15:08:39 -0500 Subject: [PATCH 2/3] Fix typo in code-review.md unneeded 'it' --- content/copilot/concepts/agents/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/concepts/agents/code-review.md b/content/copilot/concepts/agents/code-review.md index a0a1b0f91d32..d5b65313a7a4 100644 --- a/content/copilot/concepts/agents/code-review.md +++ b/content/copilot/concepts/agents/code-review.md @@ -52,7 +52,7 @@ To allow organization members without a {% data variables.product.prodname_copil The second policy has these characteristics: * It is disabled by default. -* Once this policy is set it at the enterprise level, it becomes **visible, but not editable** at the organization level. +* Once this policy is set at the enterprise level, it becomes **visible, but not editable** at the organization level. * The policy is **most restrictive**. ### How it works for users without a license From 23017229cfb7fadad04204f7c3279a91e1405637 Mon Sep 17 00:00:00 2001 From: Paul Erhard Date: Thu, 11 Jun 2026 15:29:08 -0500 Subject: [PATCH 3/3] Update code review documentation with configuration link Added link to documentation for configuring automatic code review. --- content/copilot/concepts/agents/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/concepts/agents/code-review.md b/content/copilot/concepts/agents/code-review.md index d5b65313a7a4..802288db8724 100644 --- a/content/copilot/concepts/agents/code-review.md +++ b/content/copilot/concepts/agents/code-review.md @@ -61,7 +61,7 @@ When both policies are enabled, users without a {% data variables.product.prodna In repositories where automatic code review is enabled, {% data variables.product.prodname_copilot_short %} automatically reviews all pull requests. This happens regardless of whether the author has a {% data variables.product.prodname_copilot_short %} license. -You can scope automatic code review to specific repositories by configuring repository or organization rulesets. +You can scope automatic code review to specific repositories by configuring repository or organization rulesets. For more information, see [AUTOTITLE](/copilot/how-tos/agents/copilot-code-review/configuring-automatic-code-review-by-copilot). {% data variables.copilot.copilot_code-review_short %} for users without a license is not available in IDEs.