Skip to content

Commit ca2d68a

Browse files
jules-pJules Portergithub-actionshubwriterSiaraMist
authored
CfB settings redesign (#40787)
Co-authored-by: Jules Porter <jules-p@githubazure.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jules Porter <jules-p@users.noreply.github.com> Co-authored-by: hubwriter <hubwriter@github.com> Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
1 parent 0572a6a commit ca2d68a

19 files changed

Lines changed: 187 additions & 119 deletions
12.8 KB
Loading
29.9 KB
Loading

content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-copilot-in-your-enterprise.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ If you set up a subscription for {% data variables.product.prodname_copilot_for_
2424

2525
{% 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)."
2626

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

2929
## Enforcing a policy to manage the use of {% data variables.product.prodname_copilot_for_business %} in your enterprise
3030

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+
3133
{% data reusables.enterprise-accounts.policies-tab %}
3234
{% data reusables.enterprise-accounts.copilot-tab %}
3335
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_
4446

4547
## Enforcing a policy to manage the use of {% data variables.product.prodname_copilot %} suggestions that match public code in your enterprise
4648

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+
4751
{% data reusables.enterprise-accounts.policies-tab %}
4852
{% data reusables.enterprise-accounts.copilot-tab %}
4953
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_
5357

5458
![Screenshot of the {% data variables.product.prodname_copilot %} policy page. The dropdown menu of suggestions that match public code settings is outlined in dark orange.](/assets/images/help/copilot/duplication-detection-enterprise-dropdown.png)
5559

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)**.
70+
5671
## Further reading
5772

5873
- "[AUTOTITLE](/free-pro-team@latest/site-policy/privacy-policies/github-copilot-for-business-privacy-statement)"

content/copilot/configuring-github-copilot/configuring-github-copilot-settings-in-your-organization.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

content/copilot/configuring-github-copilot/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ topics:
99
children:
1010
- /configuring-github-copilot-settings-on-githubcom
1111
- /configuring-github-copilot-in-your-environment
12-
- /configuring-github-copilot-settings-in-your-organization
1312
- /configuring-network-settings-for-github-copilot
1413
---
15-

content/copilot/getting-started-with-github-copilot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ redirect_from:
1414
- /copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio
1515
versions:
1616
feature: copilot
17+
defaultTool: vscode
1718
topics:
1819
- Copilot
1920
---

content/copilot/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ children:
2323
- /quickstart
2424
- /overview-of-github-copilot
2525
- /getting-started-with-github-copilot
26+
- /managing-copilot-for-business
2627
- /github-copilot-chat
2728
- /configuring-github-copilot
2829
- /troubleshooting-github-copilot

content/copilot/overview-of-github-copilot/enabling-and-setting-up-github-copilot-for-business.md renamed to content/copilot/managing-copilot-for-business/enabling-and-setting-up-github-copilot-for-business.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Enabling and setting up GitHub Copilot for Business
33
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 %}.'
44
product: '{% data reusables.gated-features.copilot-billing %}'
5+
redirect_from:
6+
- /copilot/overview-of-github-copilot/enabling-and-setting-up-github-copilot-for-business
57
versions:
68
feature: copilot
79
topics:
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Managing Copilot for Business
3+
shortTitle: Manage Copilot for Business
4+
intro: 'Learn how to manage your Copilot for Business subscription.'
5+
redirect_from:
6+
- /copilot/configuring-github-copilot/configuring-github-copilot-settings-in-your-organization
7+
versions:
8+
feature: copilot
9+
topics:
10+
- Copilot
11+
children:
12+
- /managing-access-for-copilot-for-business-in-your-organization
13+
- /managing-policies-for-copilot-for-business-in-your-organization
14+
- /enabling-and-setting-up-github-copilot-for-business
15+
---

0 commit comments

Comments
 (0)