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/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-copilot-in-your-enterprise.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,12 @@ If you set up a subscription for {% data variables.product.prodname_copilot_for_
24
24
25
25
{% data variables.product.prodname_copilot_for_business %} subscriptions are billed monthly, based on the number of {% data variables.product.prodname_copilot %} seats assigned to users within your enterprise. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#github-copilot-pricing-for-github-enterprise-cloud)."
26
26
27
-
{% 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_for_business %} lets you choose whether to enable or disable the filter at the enterprise-level, or allow organization owners to decide at the organization-level. When the filter is enabled, {% data variables.product.prodname_copilot %} checks code suggestions with their surrounding code of about 150 characters against public code on {% data variables.product.prodname_dotcom %}. If there is a match or near match, the suggestion will not be shown.
27
+
Wherever a restrictive policy has been chosen at the enterprise level, an organization owner will not be able to select a more permissive policy at the organization level. In cases where no policy is selected at the enterprise level, and multiple organizations within the enterprise have chosen different policies, the most restrictive policy will always take precedence.
28
28
29
29
## Enforcing a policy to manage the use of {% data variables.product.prodname_copilot_for_business %} in your enterprise
30
30
31
+
Enterprise owners can choose whether to grant access to {% data variables.product.prodname_copilot %} for all, none, or a selection of organizations within the enterprise.
32
+
31
33
{% data reusables.enterprise-accounts.policies-tab %}
32
34
{% data reusables.enterprise-accounts.copilot-tab %}
33
35
1. Under "Manage organization access to {% data variables.product.prodname_copilot %}," configure the access for your {% data variables.product.prodname_copilot %} subscription.
@@ -44,6 +46,8 @@ If you set up a subscription for {% data variables.product.prodname_copilot_for_
44
46
45
47
## Enforcing a policy to manage the use of {% data variables.product.prodname_copilot %} suggestions that match public code in your enterprise
46
48
49
+
{% 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_for_business %} lets you choose whether to enable or disable the filter at the enterprise level, or allow organization owners to decide at the organization level. When the filter is enabled, {% data variables.product.prodname_copilot %} checks code suggestions with their surrounding code of about 150 characters against public code on {% data variables.product.prodname_dotcom %}. If there is a match or near match, the suggestion will not be shown.
50
+
47
51
{% data reusables.enterprise-accounts.policies-tab %}
48
52
{% data reusables.enterprise-accounts.copilot-tab %}
49
53
1. Under "Suggestions matching public code," click the dropdown menu and select the policy you want to enforce.
@@ -53,6 +57,17 @@ If you set up a subscription for {% data variables.product.prodname_copilot_for_
53
57
54
58

55
59
60
+
## Enforcing a policy to manage the use of {% data variables.product.prodname_copilot_chat %} (beta) in your enterprise
61
+
62
+
{% data variables.product.prodname_copilot_chat %} is a feature that allows users to chat with {% data variables.product.prodname_copilot %} to get code suggestions and answers to coding-related questions. You can enable or disable {% data variables.product.prodname_copilot_chat %} for organizations under your enterprise. Alternatively, you can allow organization owners to select their own policy to determine access to {% data variables.product.prodname_copilot_chat %} for each organization. For more information, see "[AUTOTITLE](/copilot/github-copilot-chat/about-github-copilot-chat)."
63
+
64
+
{% data reusables.enterprise-accounts.policies-tab %}
65
+
{% data reusables.enterprise-accounts.copilot-tab %}
66
+
1. Under "{% data variables.product.prodname_copilot_chat %}," click the dropdown menu and select the policy you want to enforce.
67
+
- To allow {% data variables.product.prodname_copilot_chat %} use, select **Allowed**.
68
+
- To block {% data variables.product.prodname_copilot_chat %} use, select **Blocked**.
69
+
- To allow each of your organizations to set their own policy on the use of {% data variables.product.prodname_copilot_chat %}, select **No policy (let each organization decide)**.
Copy file name to clipboardExpand all lines: content/copilot/managing-copilot-for-business/enabling-and-setting-up-github-copilot-for-business.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
title: Enabling and setting up GitHub Copilot for Business
3
3
intro: 'To use {% data variables.product.prodname_copilot_for_business %}, you need to set up a subscription for your organization{% ifversion ghec %} or enterprise{% endif %}.'
4
4
product: '{% data reusables.gated-features.copilot-billing %}'
0 commit comments