Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/copilot/concepts/context/content-exclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ You can use content exclusion to configure {% data variables.product.prodname_co

Repository administrators, organization owners, and enterprise owners can configure content exclusion.

Content exclusion requires a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan. This feature is not available for {% data variables.product.prodname_copilot_short %} plans assigned to personal accounts (such as {% data variables.copilot.copilot_free_short %}, {% data variables.copilot.copilot_pro_short %}, or {% data variables.copilot.copilot_pro_plus_short %}). Repositories must belong to an organization with an eligible plan for the content exclusion settings to appear.

{% data reusables.copilot.content-exclusions-scope %}

### Availability of content exclusion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ category:

You can use your repository settings to specify content in your repository that {% data variables.product.prodname_copilot %} should ignore.

> [!NOTE]
> Content exclusion settings are only available for repositories owned by an organization with a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan. If your repository is owned by a personal account, the **{% data variables.product.prodname_copilot_short %}** option will not appear in your repository settings. To configure content exclusion, the repository must belong to an organization that has a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} subscription.

> [!NOTE]
> {% data variables.copilot.copilot_cli %}, {% data variables.copilot.copilot_cloud_agent %}, and Agent mode in {% data variables.copilot.copilot_chat_short %} in IDEs, do not support content exclusion. For more information about these {% data variables.product.prodname_copilot_short %} features, see [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli), [AUTOTITLE](/copilot/concepts/agents/cloud-agent/about-cloud-agent), and [AUTOTITLE](/copilot/how-tos/chat-with-copilot/chat-in-ide).

Comment on lines +34 to 38
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two consecutive alert callouts (> [!NOTE]) here (lines 33–37). Our content style guidelines recommend avoiding consecutive alerts; consider merging these into a single NOTE (e.g., include both the plan/org-ownership requirement and the unsupported-tools note in one callout), and trim the repeated plan/subscription sentence to keep the alert concise.

Suggested change
> Content exclusion settings are only available for repositories owned by an organization with a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan. If your repository is owned by a personal account, the **{% data variables.product.prodname_copilot_short %}** option will not appear in your repository settings. To configure content exclusion, the repository must belong to an organization that has a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} subscription.
> [!NOTE]
> {% data variables.copilot.copilot_cli %}, {% data variables.copilot.copilot_cloud_agent %}, and Agent mode in {% data variables.copilot.copilot_chat_short %} in IDEs, do not support content exclusion. For more information about these {% data variables.product.prodname_copilot_short %} features, see [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli), [AUTOTITLE](/copilot/concepts/agents/cloud-agent/about-cloud-agent), and [AUTOTITLE](/copilot/how-tos/chat-with-copilot/chat-in-ide).
> Content exclusion settings are only available for repositories owned by an organization with a {% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} plan. If your repository is owned by a personal account, the **{% data variables.product.prodname_copilot_short %}** option will not appear in your repository settings. {% data variables.copilot.copilot_cli %}, {% data variables.copilot.copilot_cloud_agent %}, and Agent mode in {% data variables.copilot.copilot_chat_short %} in IDEs do not support content exclusion. For more information about these {% data variables.product.prodname_copilot_short %} features, see [AUTOTITLE](/copilot/concepts/agents/about-copilot-cli), [AUTOTITLE](/copilot/concepts/agents/cloud-agent/about-cloud-agent), and [AUTOTITLE](/copilot/how-tos/chat-with-copilot/chat-in-ide).

Copilot uses AI. Check for mistakes.
Expand Down
Loading