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/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/getting-free-access-to-copilot-pro-as-a-student-teacher-or-maintainer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,6 @@ If you do not meet the previous criteria, you can either:
32
32
33
33
## Accessing {% data variables.product.prodname_copilot_pro_short %} for free
34
34
35
-
1. In the upper-right corner of any page, click your profile photo, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
35
+
{% data reusables.copilot.your-copilot %}
36
36
1. If you qualify for free access to {% data variables.product.prodname_copilot_short %}, you will see a page titled "{% data variables.product.prodname_copilot_pro %}" informing you that you are eligible. Click **Get access to {% data variables.product.prodname_copilot %}**.
37
37
1. On the page that appears, configure the {% data variables.product.prodname_copilot_short %} use policies to meet your needs, then click **Save and complete**.
Copy file name to clipboardExpand all lines: content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/disabling-github-copilot-free.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ redirect_from:
17
17
18
18
You can disable {% data variables.product.prodname_copilot_free_short %} in your {% data variables.product.github %} account settings. This will disable all features of {% data variables.product.prodname_copilot_short %} on {% data variables.product.github %}.
19
19
20
-
1. In the upper-right corner of any page, click your profile photo, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
20
+
{% data reusables.copilot.your-copilot %}
21
21
1. Under "Visibility," to the right of "Show {% data variables.product.prodname_copilot_short %}, select **Disabled** from the dropdown.
22
22
23
23
## Disabling {% data variables.product.prodname_copilot_free_short %} in your IDE
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Configuring automatic code review by Copilot
3
3
shortTitle: Automatic code review
4
-
intro: "Learn how to configure {% data variables.product.prodname_copilot_short %} to automatically review pull requests in a repository."
4
+
intro: "Learn how to configure {% data variables.product.prodname_copilot_short %} to automatically review pull requests."
5
5
versions:
6
6
feature: copilot
7
7
topics:
@@ -10,7 +10,11 @@ topics:
10
10
11
11
## About automatic code review
12
12
13
-
By default, {% data variables.product.prodname_copilot_short %} will only review a pull request if it's assigned to the pull request in the same way you would assign a human reviewer. However, repository owners can configure {% data variables.product.prodname_copilot_short %} to automatically review all pull requests in the repository that are created by people with access to {% data variables.product.prodname_copilot_short %}. Organization owners can configure {% data variables.product.prodname_copilot_short %} to automatically review all pull requests in some or all of the repositories in the organization where the pull request is created by a {% data variables.product.prodname_copilot_short %} user.
13
+
By default, {% data variables.product.prodname_copilot_short %} will only review a pull request if it's assigned to the pull request in the same way you would assign a human reviewer. However:
14
+
15
+
* Individual users on the {% data variables.product.prodname_copilot_pro_short %} or {% data variables.product.prodname_copilot_pro_plus_short %} plan can configure {% data variables.product.prodname_copilot_short %} to automatically review all pull requests they create.
16
+
* Repository owners can configure {% data variables.product.prodname_copilot_short %} to automatically review all pull requests in the repository that are created by people with access to {% data variables.product.prodname_copilot_short %}.
17
+
* Organization owners can configure {% data variables.product.prodname_copilot_short %} to automatically review all pull requests in some or all of the repositories in the organization where the pull request is created by a {% data variables.product.prodname_copilot_short %} user.
14
18
15
19
### Triggering an automatic pull request review
16
20
@@ -29,6 +33,18 @@ After you configure automatic code review, {% data variables.product.prodname_co
29
33
30
34
{% data variables.copilot.copilot_code-review_short %} is a premium feature with a per-person monthly quota. When {% data variables.product.prodname_copilot_short %} carries out an automatic review, it uses one premium request from the quota of the user who created the pull request. For more information, see [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review#code-review-monthly-quota).
31
35
36
+
## Configuring automatic code review for all pull requests you create
37
+
38
+
> [!NOTE]
39
+
> This is only available if you are on the {% data variables.product.prodname_copilot_pro_short %} or {% data variables.product.prodname_copilot_pro_plus_short %} plan.
40
+
41
+
{% data reusables.copilot.your-copilot %}
42
+
1. Locate the **Automatic {% data variables.copilot.copilot_code-review_short %}** option and click the dropdown button.
43
+
44
+

45
+
46
+
1. In the dropdown menu, select **Enabled**.
47
+
32
48
## Configuring automatic code review for a single repository
33
49
34
50
{% data reusables.repositories.navigate-to-repo %}
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -87,23 +87,6 @@ When you reach your monthly quota you will not be able to get a code review from
87
87
88
88
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports all languages.
89
89
90
-
The following languages have general availability support:
91
-
92
-
* C
93
-
* C#
94
-
* C++
95
-
* Go
96
-
* Java
97
-
* JavaScript
98
-
* Kotlin
99
-
* Markdown
100
-
* Python
101
-
* Ruby
102
-
* Swift
103
-
* TypeScript
104
-
105
-
All other languages are supported as a {% data variables.release-phases.public_preview %}.
106
-
107
90
{% endwebui %}
108
91
109
92
### Validating {% data variables.product.prodname_copilot_short %} code reviews
@@ -167,7 +150,7 @@ To request a re-review from {% data variables.product.prodname_copilot_short %},
167
150
168
151
## Enabling automatic reviews
169
152
170
-
By default, you manually request a review from {% data variables.product.prodname_copilot_short %} on each pull request, in the same way you would request a review from a human. However, you can set up {% data variables.product.prodname_copilot_short %} to automatically review all pull requests in a repository, or for all repositories in an organization. See [AUTOTITLE](/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot).
153
+
By default, you manually request a review from {% data variables.product.prodname_copilot_short %} on each pull request, in the same way you would request a review from a human. However, you can set up {% data variables.product.prodname_copilot_short %} to automatically review all pull requests. See [AUTOTITLE](/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot).
171
154
172
155
## Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines
1. In the upper-right corner of any page, click your profile photo, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
0 commit comments