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/copilot-business/about-github-copilot-business.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: About GitHub Copilot Business
3
3
intro: 'With {% data variables.product.prodname_copilot_for_business %} you can manage access to {% data variables.product.prodname_copilot %} for your organization{% ifversion ghec%} or enterprise{% endif %}.'
4
-
product: '{% data reusables.gated-features.copilot-billing %}'
4
+
product: '{% data reusables.gated-features.copilot-business %}'
Copy file name to clipboardExpand all lines: content/copilot/github-copilot-enterprise/copilot-pull-request-summaries/about-copilot-pull-request-summaries.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ shortTitle: About PR summaries
4
4
intro: 'With {% data variables.product.prodname_copilot_for_prs %}, you can create an AI-generated description for a pull request.'
5
5
versions:
6
6
feature: copilot
7
-
product: '{% data reusables.gated-features.copilot-enterprise %}'
7
+
permissions: 'Members of an enterprise with a subscription to [{% data variables.product.prodname_copilot_enterprise %}](/copilot/github-copilot-enterprise/overview/about-github-copilot-enterprise)'
Copy file name to clipboardExpand all lines: content/copilot/github-copilot-enterprise/copilot-pull-request-summaries/creating-a-pull-request-summary-with-github-copilot.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ shortTitle: Create a PR summary
4
4
intro: 'You can generate a summary in the description of a pull request, or as a comment.'
5
5
versions:
6
6
feature: copilot-pr-summaries
7
-
product: '{% data reusables.gated-features.copilot-enterprise %}'
7
+
permissions: 'Members of an enterprise with a subscription to [{% data variables.product.prodname_copilot_enterprise %}](/copilot/github-copilot-enterprise/overview/about-github-copilot-enterprise)'
Copy file name to clipboardExpand all lines: content/copilot/github-copilot-enterprise/overview/about-github-copilot-enterprise.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: About GitHub Copilot Enterprise
3
3
shortTitle: About Copilot Enterprise
4
4
intro: 'Learn about {% data variables.product.prodname_copilot_enterprise %} and how it compares to other {% data variables.product.prodname_copilot_short %} plans.'
5
-
product: '{% data reusables.gated-features.copilot-billing %}'
5
+
product: '{% data reusables.gated-features.copilot-enterprise %}'
title: Managing policies and features for Copilot in your organization
3
-
intro: 'Learn how to manage policies for {% ifversion ghec %}{% data variables.product.prodname_copilot_enterprise_short %} and{% endif %} {% data variables.product.prodname_copilot_for_business %} in your organization.'
4
-
permissions: Organization owners can configure policies for {% data variables.product.prodname_copilot %} for their organization.
3
+
intro: 'Learn how to manage policies for {% data variables.product.prodname_copilot %} in your organization.'
4
+
permissions: Organization owners
5
+
product: '{% data reusables.gated-features.copilot-business-and-enterprise %}'
5
6
versions:
6
7
feature: copilot
7
8
redirect_from:
@@ -13,45 +14,46 @@ topics:
13
14
shortTitle: Managing policies
14
15
---
15
16
16
-
## About managing policies for {% data variables.product.prodname_copilot %}
17
+
## About policies for {% data variables.product.prodname_copilot %}
17
18
18
-
{% ifversion ghec %}{% data variables.product.prodname_copilot_enterprise %} and {% endif %}{% data variables.product.prodname_copilot_for_business %} {% ifversion ghec %}are{% else %}is a{% endif %} {% data variables.product.prodname_copilot %} subscription{% ifversion ghec %}s{% endif %}, managed at the {% ifversion ghec %}enterprise and{% endif %} organization level{% ifversion ghec %}s{% endif %}. Organization owners can manage policies for the use of {% data variables.product.prodname_copilot %} within the organization. The policy settings selected by an organization owner determine the behavior of {% data variables.product.prodname_copilot %} for all organization members granted access to {% data variables.product.prodname_copilot_short %} through the organization.
19
+
Organization owners can set policies to govern how {% data variables.product.prodname_copilot %} can be used within the organization. For example, an organization owner can enable or disable the following {% data variables.product.prodname_copilot_short %} features{% ifversion ghec %} (unless an enterprise owner has blocked access to these features at the enterprise level){% endif %}:
19
20
20
-
{% ifversion ghec %}Enterprise owners can manage policies for organizations within the enterprise. Where explicit settings have been selected at the enterprise level, an organization owner cannot override those settings at the organization level. For more information on managing policies at the enterprise level, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-copilot-in-your-enterprise)."{% endif %}
21
+
- Suggestions matching public code{% ifversion ghec %}
22
+
- {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_dotcom_the_website %} (if your organization has a {% data variables.product.prodname_copilot_enterprise_short %} subscription){% endif %}
23
+
- {% data variables.product.prodname_copilot_chat_short %} in the IDE
24
+
- {% data variables.product.prodname_copilot_cli_short %}
21
25
22
-
## Configuring suggestion matching policies for {% data variables.product.prodname_copilot %} in your organization
26
+
The policy settings selected by an organization owner determine the behavior of {% data variables.product.prodname_copilot %} for all organization members that have been granted access to {% data variables.product.prodname_copilot_short %} through the organization.
23
27
24
-
{% data variables.product.prodname_copilot %} includes a filter which detects code suggestions that match public code on {% data variables.product.prodname_dotcom %}. {% data variables.product.prodname_copilot_short %} checks code suggestions with their surrounding code of about 150 characters against public code on {% data variables.product.prodname_dotcom %}. If your suggestion matching policy is configured to block matching code, matching suggestions will not be shown to you.
28
+
{% ifversion ghec %}
25
29
26
-
{% ifversion ghec %}If your enterprise admin has selected **No policy** for suggestion matching at the enterprise level, you can set a suggestion matching policy for your organization. If an organization member is assigned a seat by multiple organizations with different suggestion matching policies under the same enterprise, {% data variables.product.prodname_copilot %} will use the most restrictive policy.{% endif %}
30
+
{% data variables.product.prodname_copilot_short %} policies are also managed at the enterprise level. If your organization is part of an enterprise, and explicit settings have been selected at the enterprise level, you cannot override those settings at the organization level. For more information on managing policies at the enterprise level, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-copilot-in-your-enterprise)."
27
31
28
-
{% data reusables.profile.access_org %}
29
-
{% data reusables.profile.org_settings %}
30
-
{% data reusables.copilot.policy-settings %}
31
-
1. Under "Policies", in the "Suggestions matching public code" dropdown, select **Allowed** or **Blocked**.
32
+
{% endif %}
32
33
33
-
##Enabling features of {% data variables.product.prodname_copilot %} in your organization
34
+
### Policies for suggestion matching
34
35
35
-
{% ifversion ghec %}If your enterprise admin has selected **No policy** for the following features, you can enable or disable these for your organization.{% else %}You can enable or disable the following features for {% data variables.product.prodname_copilot %}.{% endif %}
36
+
Organization settings include an option to either allow or block code completion suggestions that match publicly available code. If you choose to block suggestions matching public code, {% data variables.product.prodname_copilot %} will check potential code completion suggestions and the surrounding code of about 150 characters against public code on {% data variables.product.prodname_dotcom %}. If there is a match, or a near match, the suggestion is not shown.
36
37
37
-
- Suggestions matching public code{% ifversion ghec %}
38
-
- {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_dotcom_the_website %} (if your organization has a {% data variables.product.prodname_copilot_enterprise_short %} subscription){% endif %}
39
-
- {% data variables.product.prodname_copilot_chat_short %} in the IDE
40
-
- {% data variables.product.prodname_copilot_cli_short %}
38
+
{% ifversion ghec %}If your enterprise admin has selected **No policy** for suggestion matching at the enterprise level, you can set a suggestion matching policy for your organization.
39
+
40
+
If an organization member is assigned a seat by multiple organizations with different suggestion matching policies under the same enterprise, {% data variables.product.prodname_copilot %} will use the most restrictive policy.{% endif %}
41
+
42
+
## Enabling {% data variables.product.prodname_copilot_short %} features in your organization
41
43
42
44
{% data reusables.profile.access_org %}
43
45
{% data reusables.profile.org_settings %}
44
46
{% data reusables.copilot.policy-settings %}
45
47
1. Use the dropdown options to the right of each feature to enable or disable that feature for your organization.
48
+
49
+
For example, to enable or disable suggestion matching, in the "Suggestions matching public code" dropdown, select **Allowed** or **Blocked**.
50
+
46
51
{% ifversion ghec %}
47
52
1. If your organization has a {% data variables.product.prodname_copilot_enterprise_short %} subscription and you enable {% data variables.product.prodname_copilot_short %} in {% data variables.product.prodname_dotcom_the_website %}, the option **Give {% data variables.product.prodname_copilot_short %} access to Bing** is displayed. Depending on your enterprise settings, you may be able to enable this option. When this option is enabled, {% data variables.product.prodname_copilot_chat_short %} will use search results from Bing to answer some questions.
48
53
{% endif %}
49
54
50
55
## Further reading
51
56
52
57
-[{% data variables.product.prodname_copilot %} Trust Center](https://resources.github.com/copilot-trust-center)
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "copilot" aria-hidden="true" %} {% data variables.product.prodname_copilot_short %}**, and then click **Policies**.
1
+
1. In the sidebar, under "Code, planning, and automation", click **{% octicon "copilot" aria-hidden="true" %} {% data variables.product.prodname_copilot_short %}**, and then click **Policies**.
Organizations with a subscription to [{% data variables.product.prodname_copilot_for_business %}](/copilot/copilot-business/about-github-copilot-business) or [{% data variables.product.prodname_copilot_enterprise %}](/copilot/github-copilot-enterprise/overview/about-github-copilot-enterprise).
0 commit comments