Skip to content

Commit 59f694c

Browse files
author
Dustin
authored
Revert "Repo sync"
1 parent 7cf4dc2 commit 59f694c

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ If you do not meet the previous criteria, you can either:
3232

3333
## Accessing {% data variables.product.prodname_copilot_pro_short %} for free
3434

35-
{% data reusables.copilot.your-copilot %}
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 %}**.
3636
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 %}**.
3737
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**.

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/disabling-github-copilot-free.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ redirect_from:
1717

1818
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 %}.
1919

20-
{% data reusables.copilot.your-copilot %}
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 %}**.
2121
1. Under "Visibility," to the right of "Show {% data variables.product.prodname_copilot_short %}, select **Disabled** from the dropdown.
2222

2323
## Disabling {% data variables.product.prodname_copilot_free_short %} in your IDE

content/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuring automatic code review by Copilot
33
shortTitle: Automatic code review
4-
intro: "Learn how to configure {% data variables.product.prodname_copilot_short %} to automatically review pull requests."
4+
intro: "Learn how to configure {% data variables.product.prodname_copilot_short %} to automatically review pull requests in a repository."
55
versions:
66
feature: copilot
77
topics:
@@ -10,11 +10,7 @@ topics:
1010

1111
## About automatic code review
1212

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.
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.
1814

1915
### Triggering an automatic pull request review
2016

@@ -33,18 +29,6 @@ After you configure automatic code review, {% data variables.product.prodname_co
3329

3430
{% 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).
3531

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-
![Screenshot of the "Automatic {% data variables.copilot.copilot_code-review_short %}" setting with the dropdown menu displayed.](/assets/images/help/copilot/code-review/automatic-code-review-personal.png)
45-
46-
1. In the dropdown menu, select **Enabled**.
47-
4832
## Configuring automatic code review for a single repository
4933

5034
{% data reusables.repositories.navigate-to-repo %}

content/copilot/using-github-copilot/code-review/using-copilot-code-review.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,23 @@ When you reach your monthly quota you will not be able to get a code review from
8787

8888
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports all languages.
8989

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+
90107
{% endwebui %}
91108

92109
### Validating {% data variables.product.prodname_copilot_short %} code reviews
@@ -150,7 +167,7 @@ To request a re-review from {% data variables.product.prodname_copilot_short %},
150167
151168
## Enabling automatic reviews
152169

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).
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).
154171

155172
## Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines
156173

data/reusables/copilot/your-copilot.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)