Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 4.45 KB

File metadata and controls

77 lines (54 loc) · 4.45 KB
title Reviewing changes to content exclusions for GitHub Copilot
shortTitle Review changes
intro You can monitor changes to content exclusions in your repositories and organizations.
permissions Organization owners
product {% data reusables.gated-features.copilot-business-and-enterprise %}
versions
feature
copilot
redirect_from
/copilot/managing-copilot/managing-github-copilot-in-your-organization/reviewing-activity-related-to-github-copilot-in-your-organization/reviewing-changes-to-content-exclusions-for-github-copilot
/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/reviewing-changes-to-content-exclusions-for-github-copilot
/copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/reviewing-changes-to-content-exclusions-for-github-copilot
/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/reviewing-changes-to-content-exclusions-for-github-copilot
/copilot/managing-copilot/configuring-and-auditing-content-exclusion/reviewing-changes-to-content-exclusions-for-github-copilot
/copilot/how-tos/content-exclusion/reviewing-changes-to-content-exclusions-for-github-copilot
/copilot/how-tos/content-exclusion/review-changes
contentType how-tos
category
Configure Copilot

Organization and repository settings include the ability to exclude content from being used by {% data variables.product.prodname_copilot %}. You can review any changes that are made to these content exclusion settings.

Reviewing changes in your repository

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %}

  1. In the "Code & automation" section of the sidebar, click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %}. {% data reusables.copilot.view-last-change-content-exclusions %}

  2. Click the time of the last change.

    Screenshot of the last edited information. The time of change link is highlighted with a dark orange outline.

    The "Audit log" page for the organization is displayed, showing the most recently logged occurrences of the copilot.content_exclusion_changed action in the repository. {% data reusables.copilot.more-details-content-exclusion-logs %}

Reviewing changes in your organization

{% data reusables.profile.access_org %} {% data reusables.profile.org_settings %}

  1. In the left sidebar, click {% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %} then click Content exclusion. {% data reusables.copilot.view-last-change-content-exclusions %}

  2. Click the time of the last change.

    Screenshot of the last edited information. The time of change link is highlighted with a dark orange outline.

    The "Audit log" page for the organization is displayed, showing the most recently logged occurrences of the copilot.content_exclusion_changed action.

    Changes made at either the repository or organization level are listed.

{% data reusables.copilot.more-details-content-exclusion-logs %}

{% ifversion ghec %}

Reviewing changes in your enterprise

{% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.ai-controls-tab %} {% data reusables.enterprise-accounts.view-copilot-policies %}

  1. Click {% octicon "circle-slash" aria-hidden="true" aria-label="circle-slash" %} Content exclusion.

  2. At the bottom of the page, you'll see the name of the person who last changed the content exclusion settings, and information about when they made this change. Click the time of the last change.

    Screenshot of the last edited information. The time of change link is highlighted with a dark orange outline.

    The "Audit log" page for the organization is displayed, showing the most recently logged occurrences of the copilot.content_exclusion_changed action.

    Changes made at the repository, organization, and enterprise level are listed.

{% data reusables.copilot.more-details-content-exclusion-logs %}

{% endif %}

Further reading