You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/concepts/agents/code-review.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,28 @@ category:
26
26
27
27
This article provides an overview of {% data variables.copilot.copilot_code-review_short %}. For instructions on how to request a code review from {% data variables.product.prodname_copilot_short %}, see [AUTOTITLE](/copilot/how-tos/agents/copilot-code-review/using-copilot-code-review).
28
28
29
-
### {% data variables.copilot.copilot_code-review-tools-preview_cap %}
29
+
## Availability
30
+
31
+
{% data variables.copilot.copilot_code-review_short %} is supported in:
32
+
33
+
* {% data variables.product.prodname_dotcom_the_website %}
34
+
* {% data variables.product.prodname_mobile %}
35
+
* {% data variables.product.prodname_vscode_shortname %}
36
+
* {% data variables.product.prodname_vs %}
37
+
* Xcode
38
+
* JetBrains IDEs
39
+
40
+
{% data variables.copilot.copilot_code-review_short %} is a premium feature, available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. See [Copilot plans](https://github.com/features/copilot/plans?ref_product=copilot&ref_type=purchase&ref_style=text).
41
+
42
+
If you receive {% data variables.product.prodname_copilot_short %} from an organization then, to be able to request a pull request review from {% data variables.product.prodname_copilot_short %} on {% data variables.product.prodname_dotcom_the_website %} or in {% data variables.product.prodname_mobile %}, the **{% data variables.copilot.copilot_code-review_short %}** option must be enabled in the {% data variables.product.prodname_copilot_short %} policy settings for the organization. See [AUTOTITLE](/copilot/how-tos/administer/organizations/managing-policies-for-copilot-in-your-organization).
43
+
44
+
## Excluded files
45
+
46
+
Dependency management files (such as package.json and Gemfile.lock) and certain other types of files (such as log files and SVGs) are excluded from {% data variables.copilot.copilot_code-review_short %}. If you include any of these files in a pull request, {% data variables.copilot.copilot_code-review_short %} will not consider the file when carrying out the review. Similarly, using {% data variables.copilot.copilot_code-review_short %} on one of these files in your IDE, will not generate review comments.
47
+
48
+
For more information, see [AUTOTITLE](/copilot/reference/review-excluded-files).
49
+
50
+
## {% data variables.copilot.copilot_code-review-tools-preview_cap %}
30
51
31
52
> [!NOTE]
32
53
>
@@ -50,21 +71,6 @@ In the event that {% data variables.product.prodname_actions %} is unavailable o
50
71
>
51
72
> Usage charges will apply when the feature becomes generally available.
52
73
53
-
## Availability
54
-
55
-
{% data variables.copilot.copilot_code-review_short %} is supported in:
56
-
57
-
* {% data variables.product.prodname_dotcom_the_website %}
58
-
* {% data variables.product.prodname_mobile %}
59
-
* {% data variables.product.prodname_vscode_shortname %}
60
-
* {% data variables.product.prodname_vs %}
61
-
* Xcode
62
-
* JetBrains IDEs
63
-
64
-
{% data variables.copilot.copilot_code-review_short %} is a premium feature, available with the {% data variables.copilot.copilot_pro_short %}, {% data variables.copilot.copilot_pro_plus_short %}, {% data variables.copilot.copilot_business_short %}, and {% data variables.copilot.copilot_enterprise_short %} plans. See [Copilot plans](https://github.com/features/copilot/plans?ref_product=copilot&ref_type=purchase&ref_style=text).
65
-
66
-
If you receive {% data variables.product.prodname_copilot_short %} from an organization then, to be able to request a pull request review from {% data variables.product.prodname_copilot_short %} on {% data variables.product.prodname_dotcom_the_website %} or in {% data variables.product.prodname_mobile %}, the **{% data variables.copilot.copilot_code-review_short %}** option must be enabled in the {% data variables.product.prodname_copilot_short %} policy settings for the organization. See [AUTOTITLE](/copilot/how-tos/administer/organizations/managing-policies-for-copilot-in-your-organization).
67
-
68
74
## Code review monthly quota
69
75
70
76
Each time {% data variables.product.prodname_copilot_short %} reviews a pull request, or reviews code in your IDE, your monthly quota of Copilot premium requests is reduced by one.
title: Files excluded from {% data variables.copilot.copilot_code-review %}
3
+
shortTitle: Review excluded files
4
+
intro: 'Understand the types of files that are excluded from a review by {% data variables.product.prodname_copilot_short %}.'
5
+
versions:
6
+
feature: copilot
7
+
topics:
8
+
- Copilot
9
+
category:
10
+
- Author and optimize with Copilot
11
+
contentType: reference
12
+
---
13
+
14
+
Certain types of files are excluded from {% data variables.copilot.copilot_code-review_short %}. These include dependency management files, log files, SVG files, and files in locations typically reserved for vendor files or automatically generated files.
15
+
16
+
If you include any of these files in a pull request, {% data variables.copilot.copilot_code-review_short %} will not consider the file when carrying out the review. Similarly, using {% data variables.copilot.copilot_code-review_short %} on one of these files in your IDE, will not generate review comments.
17
+
18
+
This is an example of some of the files that are excluded from {% data variables.copilot.copilot_code-review_short %}:
0 commit comments