Skip to content

Commit 74665d5

Browse files
authored
Merge pull request #53300 from Chukslord1/update-copilot-customizations
Update copilot customizations
2 parents f12910f + 713ac86 commit 74665d5

2 files changed

Lines changed: 35 additions & 13 deletions

File tree

learn-pr/github/github-copilot-management-and-customizations/6-knowledge-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ durationInMinutes: 5
1313
quiz:
1414
title: Check your knowledge
1515
questions:
16-
- content: "Which GitHub Copilot plan includes enterprise-grade security and privacy?"
16+
- content: "Which GitHub Copilot plans include enterprise-grade security and privacy features?"
1717
choices:
1818
- content: "Pro"
1919
isCorrect: false
20-
explanation: "The Pro plan doesn't include enterprise-grade security and privacy features. It's designed for personal use and lacks the advanced security measures that businesses and enterprises require."
20+
explanation: "The Pro plan is for individual users and does not include enterprise-grade security or privacy features. These features are only available in organizational plans."
21+
- content: "Business and Enterprise"
22+
isCorrect: true
23+
explanation: "Both the Business and Enterprise plans include enterprise-grade security and privacy features, such as IP indemnity, organizational public code filters, and compliance support."
2124
- content: "Business"
2225
isCorrect: false
23-
explanation: "The Business plan does include enterprise-grade security and privacy features, but this isn't the only correct answer."
26+
explanation: "The Business plan alone includes enterprise-grade security, but Enterprise also includes it. The question asks for all plans that include these features."
2427
- content: "Enterprise"
2528
isCorrect: false
26-
explanation: "The Enterprise plan does include enterprise-grade security and privacy features, but this isn't the only correct answer."
27-
- content: "Both B and C"
28-
isCorrect: true
29-
explanation: "Both the Business and Enterprise plans offer enterprise-grade security and privacy features."
29+
explanation: "The Enterprise plan alone includes enterprise-grade security, but Business also includes it. The correct answer is both Business and Enterprise."
3030
- content: "What should you do if GitHub Copilot isn't providing code suggestions?"
3131
choices:
3232
- content: "Restart the computer"

learn-pr/github/github-copilot-management-and-customizations/includes/3-github-copilot-contractual-protections-disabling-matching-public-code.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,38 @@ To help ensure that your organization remains compliant with legal requirements,
1616

1717
GitHub Copilot can help minimize potential code overlap by identifying and filtering out code suggestions that match publicly available code. This feature is essential for maintaining the originality and security of your codebase. It can reduce the risk of incorporating nonsecure or noncompliant code into your projects.
1818

19-
To block suggestions that match public code:
19+
### Key distinctions
2020

21-
1. On the upper-right corner of any page on GitHub, select your profile photo, and then select **Your enterprises** or **Your organizations**.
21+
| Scope | Who can manage | What it controls | Notes |
22+
|-------|----------------|----------------|-------|
23+
| **Organization (Business/Enterprise plans)** | Admins | Public Code filter for all members; required for IP indemnity | Organization admins can block suggestions matching public code for all members. This is required to activate Intellectual Property Indemnity. |
24+
| **Personal account (Free, Pro, Pro+) – individually paid** | Individual user | Toggle to Allow or Block suggestions matching public code | Users who purchase their own Copilot license can fully control this setting in their personal account under **Copilot → Features → Privacy**. |
25+
| **Personal account (Free, Pro, Pro+) – org-provided** | Individual user | Toggle to Allow or Block suggestions matching public code | If your seat is assigned by an organization, the toggle may be **locked** and will reflect the organization’s policy. |
2226

23-
1. Next to the enterprise or organization, select **Settings**.
27+
### Managing the organizational public code filter
2428

25-
1. On the left sidebar, select **Copilot**.
29+
For organizations on **Business or Enterprise plans**, admins can control whether Copilot blocks suggestions that match public code. This is important for compliance and to enable IP indemnity.
2630

27-
1. Under **Suggestions**, select **Matching public code** on the dropdown menu, and then select **Block**.
31+
**Steps for organization admins:**
2832

29-
1. To confirm your new settings, select **Save**.
33+
1. In the upper-right corner of GitHub, click your **profile picture**, then select **Your enterprises** or **Your organizations**.
34+
2. Next to the enterprise or organization you want to configure, click **Settings**.
35+
3. In the left sidebar, click **Copilot** under **Code, planning, and automation**.
36+
4. Click **Features**, then scroll to the **Privacy** section.
37+
5. Locate **Suggestions matching public code** and choose the desired option (e.g., **Block** to prevent matching suggestions across the organization).
38+
6. Click **Save** to apply the changes.
39+
40+
41+
### Managing public code suggestions for personal users
42+
43+
If you are paying for your own Copilot license (Free, Pro, or Pro+), you can control suggestions matching public code directly in your account.
44+
45+
**Steps for personal license holders:**
46+
47+
1. In the upper-right corner of GitHub, click your **profile picture**, then select **Settings**.
48+
2. In the left sidebar, click **Copilot** under **Code, planning, and automation**.
49+
3. Click **Features**, then scroll to the **Privacy** section.
50+
4. Locate **Suggestions matching public code** and toggle between **Allow** or **Block** according to your preference.
51+
5. Your choice will immediately affect the suggestions Copilot provides in your personal environment.
3052

3153
Now let's explore managing content exclusion from an internal lens.

0 commit comments

Comments
 (0)