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/admin/managing-iam/iam-configuration-reference/saml-configuration-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Depending on your environment, the SP metadata for an enterprise on {% data vari
56
56
| :- | :- | :- | :- |
57
57
| SP Entity ID | SP URL, audience restriction | The top-level URL for your enterprise on {% data variables.location.product_location %} |`https://github.com/enterprises/ENTERPRISE`|
58
58
| SP Assertion Consumer Service (ACS) URL | Reply, recipient, or destination URL | URL where IdP sends SAML responses |`https://github.com/enterprises/ENTERPRISE/saml/consume`|
59
-
| SP Single Sign-On (SSO) URL || URL where IdP begins SSO |`https://github.com/enterprises/ENTERPRISE/saml/sso`|
59
+
| SP Single Sign-On (SSO) URL || URL where IdP begins SSO |`https://github.com/enterprises/ENTERPRISE/sso`|
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/ai-models/changing-the-ai-model-for-copilot-code-completion.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ If you have a {% data variables.product.prodname_copilot_free_short %} or {% dat
84
84
85
85
## Changing the AI model for code completion
86
86
87
-
The following instructions are for {% data variables.product.prodname_vscode_shortname %}. If you are using a JetBrains IDE, click the appropriate tab at the start of this article.
87
+
The following instructions are for {% data variables.product.prodname_vscode_shortname %}. If you are using {% data variables.product.prodname_vs %}, or a JetBrains IDE, click the appropriate tab at the start of this article.
88
88
89
89
1. Open the command palette by pressing <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (Windows/Linux) / <kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> (Mac).
90
90
1. Type `change completions model` and select the "{% data variables.product.prodname_copilot %}: Change Completions Model" command.
@@ -105,7 +105,7 @@ Alternatively, if Command Center is enabled, you can click {% octicon "chevron-d
105
105
106
106
## Changing the AI model for code completion
107
107
108
-
The following instructions are for {% data variables.product.prodname_vs %}. If you are using a JetBrains IDE, click the appropriate tab at the start of this article.
108
+
The following instructions are for {% data variables.product.prodname_vs %}. If you are using {% data variables.product.prodname_vscode_shortname %}, or a JetBrains IDE, click the appropriate tab at the start of this article.
109
109
110
110
1. Click the **{% octicon "copilot" aria-hidden="true" %}** icon in the top right corner.
111
111
1. Click **Settings**, then click **Options**.
@@ -117,7 +117,7 @@ The following instructions are for {% data variables.product.prodname_vs %}. If
117
117
118
118
## Changing the AI model for code completion
119
119
120
-
The following instructions are for JetBrains IDEs. If you are using {% data variables.product.prodname_vs %}, click the appropriate tab at the start of this article.
120
+
The following instructions are for JetBrains IDEs. If you are using {% data variables.product.prodname_vs %}, or {% data variables.product.prodname_vscode_shortname %}, click the appropriate tab at the start of this article.
121
121
122
122
1. Click the **{% octicon "copilot" aria-hidden="true" %}** icon in the status bar.
123
123
1. In the popup menu, click **Edit Model for Completion**.
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ After you configure automatic code review, {% data variables.product.prodname_co
27
27
28
28
### Limits on automatic pull request reviews
29
29
30
-
{% 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#maximum-code-reviews-per-month).
30
+
{% 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
31
32
32
## Configuring automatic code review for a single repository
Copy file name to clipboardExpand all lines: content/copilot/using-github-copilot/code-review/using-copilot-code-review.md
+48-15Lines changed: 48 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: Using GitHub Copilot code review
3
3
shortTitle: Using code review
4
4
intro: "Learn how to request a code review from {% data variables.product.prodname_copilot %}."
5
5
allowTitleToDifferFromFilename: true
6
-
product: 'See the table below.'
7
6
versions:
8
7
feature: copilot
9
8
topics:
@@ -18,30 +17,45 @@ redirect_from:
18
17
19
18
{% data variables.product.prodname_copilot %} can review your code and provide feedback. Where possible, {% data variables.product.prodname_copilot_short %}'s feedback includes suggested changes which you can apply with a couple of clicks.
20
19
21
-
{% data variables.copilot.copilot_code-review_short %} supports two types of review:
20
+
{% vscode %}
21
+
22
+
{% data variables.copilot.copilot_code-review_short %} in {% data variables.product.prodname_vscode %} supports two types of review:
22
23
23
-
***Review selection:** Highlight code and ask for an initial review_({% data variables.product.prodname_vscode %} only)_
24
-
***Review changes:** Request a deeper review of all your changes_({% data variables.product.github %} website and {% data variables.product.prodname_vscode %})_
24
+
***Review selection:** Highlight code and ask for an initial review
25
+
***Review changes:** Request a deeper review of all your changes
25
26
26
27
The current functionality and availability of the two types of review is summarized in the following table:
|Environment | {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website|
33
-
|Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes |
34
-
|Language support| All | C#, Go, Java, JavaScript, Markdown, Python, Ruby, TypeScript <br><br> {% data variables.release-phases.public_preview_caps %} support for C, C++, Kotlin, and Swift. |
35
-
|Custom coding guidelines support |No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines)|
36
-
|Availability | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with {% data variables.product.prodname_copilot_pro_short %}, {% data variables.product.prodname_copilot_pro_plus_short %}, {% data variables.product.prodname_copilot_business_short %}, and {% data variables.product.prodname_copilot_enterprise_short %} subscriptions. Per-person monthly quota.|
|Available in| {% data variables.product.prodname_vscode %} | {% data variables.product.prodname_vscode %} and the {% data variables.product.github %} website |
34
+
|Premium/standard feature | Standard feature available to all {% data variables.product.prodname_copilot_short %} subscribers | Premium feature. Available with the {% data variables.product.prodname_copilot_pro_short %}, {% data variables.product.prodname_copilot_pro_plus_short %}, {% data variables.product.prodname_copilot_business_short %}, and {% data variables.product.prodname_copilot_enterprise_short %} plans. Per-person monthly quota applies.|
35
+
|Description | Initial review of a highlighted section of code with feedback and suggestions | Deeper review of all changes|
36
+
|Language support |All | C#, Go, Java, JavaScript, Markdown, Python, Ruby, TypeScript <br><br> {% data variables.release-phases.public_preview_caps %} support for C, C++, Kotlin, and Swift.|
37
+
|Custom coding guidelines support | No | Yes, see [Customizing {% data variables.product.prodname_copilot_short %}'s reviews with coding guidelines](#customizing-copilots-reviews-with-coding-guidelines)|
37
38
38
39
{% endrowheaders %}
39
40
40
-
### Premium requests
41
+
{% endvscode %}
42
+
43
+
{% webui %}
44
+
45
+
Two types of {% data variables.copilot.copilot_code-review_short %} are available:
46
+
47
+
***Review selection:** Highlight code and ask for an initial review _(only available in {% data variables.product.prodname_vscode_shortname %})_
48
+
***Review changes:** Request a deeper review of all your changes _(available in {% data variables.product.prodname_vscode_shortname %} and the {% data variables.product.github %} website)_
49
+
50
+
This version of the article relates to {% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website. To see information about the review selection type of {% data variables.copilot.copilot_code-review_short %}, click the "{% data variables.product.prodname_vscode %}" tool switcher at the top of the page.
41
51
42
-
Each {% data variables.product.prodname_copilot_short %} code review consumes one premium request. See [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
52
+
### Availability
43
53
44
-
### Maximum code reviews per month
54
+
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website is a premium feature, available with the {% data variables.product.prodname_copilot_pro_short %}, {% data variables.product.prodname_copilot_pro_plus_short %}, {% data variables.product.prodname_copilot_business_short %}, and {% data variables.product.prodname_copilot_enterprise_short %} plans.
55
+
56
+
{% endwebui %}
57
+
58
+
### Code review monthly quota
45
59
46
60
The **review changes** type of {% data variables.copilot.copilot_code-review_short %} is a premium feature with a per-person monthly quota.
47
61
@@ -50,12 +64,31 @@ The **review changes** type of {% data variables.copilot.copilot_code-review_sho
50
64
> The per-person quota for {% data variables.product.prodname_copilot_short %} code review will commence on May 5th, 2025.
51
65
<!-- end expires 2025-05-05 -->
52
66
53
-
When you assign {% data variables.product.prodname_copilot_short %} as a reviewer for a pull request, one premium request is deducted from your monthly quota each time {% data variables.product.prodname_copilot_short %} posts comments to the pull request.
67
+
When you assign {% data variables.product.prodname_copilot_short %} as a reviewer for a pull request, one premium request is deducted from your monthly quota each time {% data variables.product.prodname_copilot_short %} posts comments to the pull request. See [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
54
68
55
69
If a repository is configured to automatically request a code review from {% data variables.product.prodname_copilot_short %} for all new pull requests, the premium request usage is applied to the quota of the pull request author. If a pull request is created by {% data variables.product.prodname_actions %} or by a bot, the usage will apply to the user who triggered the workflow (if identifiable), or to a designated billing owner.
56
70
57
71
When you reach your monthly quota you will not be able to get a code review from {% data variables.product.prodname_copilot_short %} until your quota resets—unless you upgrade your {% data variables.product.prodname_copilot_short %} plan or enable additional premium requests.
58
72
73
+
{% webui %}
74
+
75
+
### Language support
76
+
77
+
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports the following languages:
78
+
79
+
* C#
80
+
* Go
81
+
* Java
82
+
* JavaScript
83
+
* Markdown
84
+
* Python
85
+
* Ruby
86
+
* TypeScript
87
+
88
+
Plus {% data variables.release-phases.public_preview %} support for C, C++, Kotlin, and Swift.
89
+
90
+
{% endwebui %}
91
+
59
92
### Validating {% data variables.product.prodname_copilot_short %} code reviews
60
93
61
94
> [!WARNING] {% data variables.product.prodname_copilot_short %} isn't guaranteed to spot all problems or issues in a pull request, and sometimes it will make mistakes. Always validate {% data variables.product.prodname_copilot_short %}'s feedback carefully, and supplement {% data variables.product.prodname_copilot_short %}'s feedback with a human review.
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ topics:
19
19
20
20
## About automatically archiving items
21
21
22
-
You can configure your project's built-in workflows to automatically archive items. Archiving items will help you stay below the limit of {% data variables.projects.item_limit %} items in each project.
22
+
{% ifversion projects-single-limit %}
23
+
You can configure your project's built-in workflows to automatically archive items. Archiving items helps you improve focus by removing old items from your project views. An archived item retains all of its custom field data and can be viewed or restored from the archive page.
24
+
{% else %}
25
+
You can configure your project's built-in workflows to automatically archive items. Archiving items will help you stay below the limit of {% data variables.projects.item_limit %} items in each project.{% endif %}
23
26
24
27
The auto-archive workflow supports a subset of filters. You can use the following filters when configuring your workflow.
25
28
@@ -35,7 +38,7 @@ Additionally, items are also marked as updated when field values in your project
35
38
36
39
When you enable automatic archiving for issues or pull requests, items in your project that already meet your criteria will also be archived. There may be some delay in archiving large numbers of items that already meet the criteria.
37
40
38
-
Projects also have a limit on the number of archived items they can contain. Your project can contain up to {% data variables.projects.archived_item_limit %} archived items. For more information on permanently deleting items, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project#deleting-items).
41
+
{% ifversion projects-single-limit %}Your project can contain up to {% data variables.projects.item_limit %} items across both active views and the archive page. Once that limit has been reached, you will need to delete items from your project to free up more space.{% else %} Projects also have a limit on the number of archived items they can contain. Your project can contain up to {% data variables.projects.archived_item_limit %} archived items.{% endif %} For more information on permanently deleting items, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project#deleting-items).
39
42
40
43
## Configuring automatic archiving in your project
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project.md
> A project can contain a maximum of {% data variables.projects.item_limit %} items and {% data variables.projects.archived_item_limit %} archived items. To learn more about automatically archiving items when they meet specific criteria, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically).
16
+
> A project can contain a maximum of {% data variables.projects.item_limit %} items {% ifversion projects-single-limit %} across both active views and the archive page{% else %}and {% data variables.projects.archived_item_limit %} archived items{% endif %}. To learn more about automatically archiving items when they meet specific criteria, see [AUTOTITLE](/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically).
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project.md
> A project can contain a maximum of {% data variables.projects.item_limit %} items and {% data variables.projects.archived_item_limit %} archived items.
16
+
> A project can contain a maximum of {% data variables.projects.item_limit %} items {% ifversion projects-single-limit %}across both active views and archive page{% else %} and {% data variables.projects.archived_item_limit %} archived items{% endif %}.
Copy file name to clipboardExpand all lines: content/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You can add custom properties to your organization and set values for those prop
36
36
{% data reusables.profile.org_settings %}
37
37
{% data reusables.organizations.access-custom-properties %}
38
38
1. To add a new custom property, click **New property** in the upper right corner.
39
-
1. In the "Name" field, type the name you'd like to use for your custom property. The name can't contain spaces.
39
+
1. In the "Name" field, type the name you'd like to use for your custom property. The name can't contain spaces, and cannot exceed 75 characters in length.
40
40
1. Optionally, in the "Description" field, fill in a description of your custom property.
41
41
1. Under "Type", select the type of property you'd like to add. This can either be a text string{% ifversion ghes < 3.15 %} or a single select field{% else %}, a single select field, a multi select field, or a true/false boolean{% endif %}.
42
42
1. Optionally, you can select **Allow repository actors to set this property**. When enabled, repository users and apps with the repository-level "custom properties" fine-grained permission will be able to set and update the property value for their repository.
0 commit comments