From 7676e5a0c7d7b58efe5a71586da9d00415b0b9b9 Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Tue, 8 Aug 2023 13:06:45 +0200 Subject: [PATCH 01/14] audit log content --- .../audit-log-events-for-your-enterprise.md | 11 +++++ content/copilot/index.md | 1 + .../managing-copilot-for-business/index.md | 11 +++++ ...ses-audit-logs-for-copilot-for-business.md | 40 +++++++++++++++++++ ...ing-the-audit-log-for-your-organization.md | 1 + .../copilot/differences-cfi-cfb-table.md | 1 + .../gated-features/copilot-audit-logs.md | 1 + 7 files changed, 66 insertions(+) create mode 100644 content/copilot/managing-copilot-for-business/index.md create mode 100644 content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md create mode 100644 data/reusables/gated-features/copilot-audit-logs.md diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index e6203c7601..da556fd8ab 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -300,6 +300,17 @@ Action | Description | `config_entry.update` | A configuration setting was edited. These events are only visible in the site admin audit log. The type of events recorded relate to:
- Enterprise settings and policies
- Organization and repository permissions and settings
- Git, Git LFS, {% data variables.product.prodname_github_connect %}, {% data variables.product.prodname_registry %}, project, and code security settings. {%- endif %} +## `copilot` category actions + +| Action | Description +|--------|-------------{% ifversion ghec %} +|`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. +|`copilot.clickwrap_save_event`|{% endif %} +|`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. +|`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. + ## `dependabot_alerts` category actions | Action | Description diff --git a/content/copilot/index.md b/content/copilot/index.md index 4a4b13c0eb..a26d517c9c 100644 --- a/content/copilot/index.md +++ b/content/copilot/index.md @@ -23,6 +23,7 @@ children: - /quickstart - /overview-of-github-copilot - /getting-started-with-github-copilot + - /managing-copilot-for-business - /github-copilot-chat - /configuring-github-copilot - /troubleshooting-github-copilot diff --git a/content/copilot/managing-copilot-for-business/index.md b/content/copilot/managing-copilot-for-business/index.md new file mode 100644 index 0000000000..c1c27e2437 --- /dev/null +++ b/content/copilot/managing-copilot-for-business/index.md @@ -0,0 +1,11 @@ +--- +title: Managing Copilot for Business +shortTitle: Manage Copilot for Business +intro: 'Learn how to manage your Copilot for Business subscription.' +versions: + feature: copilot +topics: + - Copilot +children: + - /reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business +--- diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md new file mode 100644 index 0000000000..fc8a9819b1 --- /dev/null +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -0,0 +1,40 @@ +--- +title: Reviewing your organization or enterprise's audit logs for Copilot for Business +intro: 'Review the audit logs for your {% data variables.product.prodname_copilot_business_short %} subscription to understand what actions have been taken and by which users.' +versions: + feature: copilot +product: '{% data reusables.gated-features.copilot-audit-logs %}' +permissions: 'Organization and enterprise owners can interact with the audit log.' +topics: + - Copilot +shortTitle: Audit logs +--- + +## About audit logs for {% data variables.product.prodname_copilot_business_short %} + +Audit logs for {% data variables.product.prodname_copilot_business_short %} can help you understand what actions have been taken and by whom. You can use the audit logs to review actions taken by users in your organization or enterprise, such as changes to an organization's {% data variables.product.prodname_copilot %} settings, or the addition or removal of seats from your {% data variables.product.prodname_copilot_business_short %} subscription. For more information, see{% ifversion ghec %} "[AUTOTITLE](/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)" or{% endif %} "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)." + +## Viewing your organization{%- ifversion ghec %} or enterprise{% endif %}'s audit logs for {% data variables.product.prodname_copilot_business_short %} +{%- ifversion ghec %} +### Viewing your enterprise's audit logs for {% data variables.product.prodname_copilot_business_short %} + +{% data reusables.enterprise-accounts.access-enterprise %} +{% data reusables.enterprise-accounts.settings-tab %} +{% data reusables.enterprise-accounts.audit-log-tab %} + +### Viewing your organization's audit logs for {% data variables.product.prodname_copilot_business_short %}{% endif %} + +{% data reusables.profile.access_org %} +{% data reusables.profile.org_settings %} +{% data reusables.audit_log.audit_log_sidebar_for_org_admins %} + +## Audit log events for {% data variables.product.prodname_copilot_business_short %} + +| Event name | Description +|------------------|-------------------{% ifversion ghec %} +|`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. +|`copilot.clickwrap_save_event`|{% endif %} +|`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. +|`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. diff --git a/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md b/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md index 3449aec850..79c70e7177 100644 --- a/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md +++ b/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md @@ -42,6 +42,7 @@ To search for specific events, use the `action` qualifier in your query. Actions | `billing` | Contains all activities related to your organization's billing.{% endif %}{% ifversion fpt or ghec %} | `business` | Contains activities related to business settings for an enterprise. |{% endif %}{% ifversion fpt or ghec %} | `codespaces` | Contains all activities related to your organization's codespaces. |{% endif %} +| `copilot` | Contains all activities related to your {% data variables.product.prodname_copilot_for_business %} subscription. | `dependabot_alerts` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in existing repositories. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)." | `dependabot_alerts_new_repos` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in new repositories created in the organization.{% ifversion fpt or ghec or ghes %} | `dependabot_security_updates` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_security_updates %} in existing repositories. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates)." diff --git a/data/reusables/copilot/differences-cfi-cfb-table.md b/data/reusables/copilot/differences-cfi-cfb-table.md index bf56262715..e7427f9ce7 100644 --- a/data/reusables/copilot/differences-cfi-cfb-table.md +++ b/data/reusables/copilot/differences-cfi-cfb-table.md @@ -10,6 +10,7 @@ | Offers multi-line function suggestions | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | | Organization-wide policy management | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | | VPN Proxy support via self-signed certificates | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | +| Audit logs | {% octicon "x" aria-label="Not included" %} |{% octicon "check" aria-label="Included" %} | {% endrowheaders %} diff --git a/data/reusables/gated-features/copilot-audit-logs.md b/data/reusables/gated-features/copilot-audit-logs.md new file mode 100644 index 0000000000..a2f736e4db --- /dev/null +++ b/data/reusables/gated-features/copilot-audit-logs.md @@ -0,0 +1 @@ +Audit logs for {% data variables.product.prodname_copilot %} are available for organizations and enterprise accounts with a {% data variables.product.prodname_copilot_business_short %} subscription. \ No newline at end of file From aea8025c622a51956723ea1e5f430225e8035699 Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Tue, 8 Aug 2023 13:37:07 +0200 Subject: [PATCH 02/14] audit log content --- ...zation-or-enterprises-audit-logs-for-copilot-for-business.md | 2 ++ data/reusables/copilot/differences-cfi-cfb-table.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index fc8a9819b1..9a3c9519e7 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -30,6 +30,8 @@ Audit logs for {% data variables.product.prodname_copilot_business_short %} can ## Audit log events for {% data variables.product.prodname_copilot_business_short %} +You can search for any of the {% data variables.product.prodname_copilot %} audit log events using the `action` qualifier, for example, `action:copilot.cfb_seat_added`. Alternatively, you can review all of the {% data variables.product.prodname_copilot %} audit log events for your organization{% ifversion ghec %} or enterprise{% endif %} by searching for `action:copilot`. + | Event name | Description |------------------|-------------------{% ifversion ghec %} |`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. diff --git a/data/reusables/copilot/differences-cfi-cfb-table.md b/data/reusables/copilot/differences-cfi-cfb-table.md index e7427f9ce7..7f473b2f8e 100644 --- a/data/reusables/copilot/differences-cfi-cfb-table.md +++ b/data/reusables/copilot/differences-cfi-cfb-table.md @@ -14,4 +14,4 @@ {% endrowheaders %} -For more information about VPN Proxy support via self-signed certificates, see "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment?tool=vscode#configuring-proxy-settings-for-github-copilot-1)". +For more information about VPN Proxy support via self-signed certificates, see "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment?tool=vscode#configuring-proxy-settings-for-github-copilot-1)." For more information about {% data variables.product.prodname_copilot_business_short %} audit logs, see "[AUTOTITLE](/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business)." From e200ab4fb05ce858633611a79fd19ea5b2be8be4 Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Wed, 9 Aug 2023 09:30:33 +0200 Subject: [PATCH 03/14] add additional events --- ...tion-or-enterprises-audit-logs-for-copilot-for-business.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index 9a3c9519e7..ea88678408 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -12,7 +12,7 @@ shortTitle: Audit logs ## About audit logs for {% data variables.product.prodname_copilot_business_short %} -Audit logs for {% data variables.product.prodname_copilot_business_short %} can help you understand what actions have been taken and by whom. You can use the audit logs to review actions taken by users in your organization or enterprise, such as changes to an organization's {% data variables.product.prodname_copilot %} settings, or the addition or removal of seats from your {% data variables.product.prodname_copilot_business_short %} subscription. For more information, see{% ifversion ghec %} "[AUTOTITLE](/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)" or{% endif %} "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)." +Audit logs for {% data variables.product.prodname_copilot_business_short %} can help you understand what actions have been taken and by whom. You can use the audit logs to review actions taken by users in your organization{% ifversion ghec %} or enterprise{% endif %}, such as changes to an organization's {% data variables.product.prodname_copilot_short %} settings and policies, or the addition or removal of seats from your {% data variables.product.prodname_copilot_business_short %} subscription. The audit log lists events related to your {% data variables.product.prodname_copilot_business_short %} subscription for the current month and previous six months. For more information, see{% ifversion ghec %} "[AUTOTITLE](/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)" or{% endif %} "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)." ## Viewing your organization{%- ifversion ghec %} or enterprise{% endif %}'s audit logs for {% data variables.product.prodname_copilot_business_short %} {%- ifversion ghec %} @@ -40,3 +40,5 @@ You can search for any of the {% data variables.product.prodname_copilot %} audi |`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.editor_chat_setting`| Confirms the status of the editor chat setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. +|`code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. From 41b338f1f60fef912c6f04a93ce42e31c2f8511a Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Wed, 9 Aug 2023 11:47:37 +0200 Subject: [PATCH 04/14] versions enterprise mentions --- ...ion-or-enterprises-audit-logs-for-copilot-for-business.md | 5 +++-- data/reusables/gated-features/copilot-audit-logs.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index ea88678408..e9b5b48684 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -1,10 +1,11 @@ --- -title: Reviewing your organization or enterprise's audit logs for Copilot for Business +title: Reviewing your organization{% ifversion ghec%} or enterprise{% endif %}'s audit logs for Copilot for Business intro: 'Review the audit logs for your {% data variables.product.prodname_copilot_business_short %} subscription to understand what actions have been taken and by which users.' +allowTitleToDifferFromFilename: true versions: feature: copilot product: '{% data reusables.gated-features.copilot-audit-logs %}' -permissions: 'Organization and enterprise owners can interact with the audit log.' +permissions: 'Organization{% ifversion ghec %} and enterprise{% endif %} owners can interact with the audit log.' topics: - Copilot shortTitle: Audit logs diff --git a/data/reusables/gated-features/copilot-audit-logs.md b/data/reusables/gated-features/copilot-audit-logs.md index a2f736e4db..40c3ddbdcf 100644 --- a/data/reusables/gated-features/copilot-audit-logs.md +++ b/data/reusables/gated-features/copilot-audit-logs.md @@ -1 +1 @@ -Audit logs for {% data variables.product.prodname_copilot %} are available for organizations and enterprise accounts with a {% data variables.product.prodname_copilot_business_short %} subscription. \ No newline at end of file +Audit logs for {% data variables.product.prodname_copilot %} are available for organizations{% ifversion ghec %} and enterprise accounts{% endif %} with a {% data variables.product.prodname_copilot_business_short %} subscription. \ No newline at end of file From a654c3b4b657ff41c14bcd19813b3e47376933a2 Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Thu, 10 Aug 2023 08:48:41 +0200 Subject: [PATCH 05/14] adds clipwrap description --- .../audit-log-events-for-your-enterprise.md | 2 +- ...zation-or-enterprises-audit-logs-for-copilot-for-business.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index da556fd8ab..060056dd94 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -305,7 +305,7 @@ Action | Description | Action | Description |--------|-------------{% ifversion ghec %} |`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. -|`copilot.clickwrap_save_event`|{% endif %} +|`copilot.clickwrap_save_event`|The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} |`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. |`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index e9b5b48684..c5b4e02f51 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -36,7 +36,7 @@ You can search for any of the {% data variables.product.prodname_copilot %} audi | Event name | Description |------------------|-------------------{% ifversion ghec %} |`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. -|`copilot.clickwrap_save_event`|{% endif %} +|`copilot.clickwrap_save_event`| The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} |`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. |`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. From eb470b42e4b6f6d70a15a76899144b7176d1bc30 Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:27:24 +0200 Subject: [PATCH 06/14] Update content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md --- ...zation-or-enterprises-audit-logs-for-copilot-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index c5b4e02f51..b3f4304360 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -42,4 +42,4 @@ You can search for any of the {% data variables.product.prodname_copilot %} audi |`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.editor_chat_setting`| Confirms the status of the editor chat setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. -|`code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. +|`copilot.code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. From a7e70337d7687764ad66386bc14831670a0e429c Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Mon, 14 Aug 2023 10:51:06 +0200 Subject: [PATCH 07/14] add extra events --- ...tion-or-enterprises-audit-logs-for-copilot-for-business.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index c5b4e02f51..e985a651d2 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -41,5 +41,9 @@ You can search for any of the {% data variables.product.prodname_copilot %} audi |`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. |`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.cfb_seat_assignment_reused`| A seat assignment was created for a user who already had a seat with no pending cancellation date. +|`copilot.cfb_seat_assignment_refreshed`| A seat assignment that was already pending cancellation was created, revoking the cancellation. +|`cfb_seat_assignment_created`| A seat was assigned to a user with no other active seat assignment. +|`cfb_seat_assignment_unassigned`| A seat was unassigned from a user. |`copilot.editor_chat_setting`| Confirms the status of the editor chat setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. |`code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. From fa0a88f53da6bd60828284043a2c73f218f1ae67 Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Wed, 16 Aug 2023 14:58:02 +0200 Subject: [PATCH 08/14] fix table --- ...ses-audit-logs-for-copilot-for-business.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index ab99dcd77d..9019617c4d 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -15,15 +15,15 @@ shortTitle: Audit logs Audit logs for {% data variables.product.prodname_copilot_business_short %} can help you understand what actions have been taken and by whom. You can use the audit logs to review actions taken by users in your organization{% ifversion ghec %} or enterprise{% endif %}, such as changes to an organization's {% data variables.product.prodname_copilot_short %} settings and policies, or the addition or removal of seats from your {% data variables.product.prodname_copilot_business_short %} subscription. The audit log lists events related to your {% data variables.product.prodname_copilot_business_short %} subscription for the current month and previous six months. For more information, see{% ifversion ghec %} "[AUTOTITLE](/enterprise-cloud@latest/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)" or{% endif %} "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)." -## Viewing your organization{%- ifversion ghec %} or enterprise{% endif %}'s audit logs for {% data variables.product.prodname_copilot_business_short %} +## Viewing your organization{%- ifversion ghec %} or enterprise{% endif %}'s audit logs {%- ifversion ghec %} -### Viewing your enterprise's audit logs for {% data variables.product.prodname_copilot_business_short %} +### Viewing your enterprise's audit logs {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.audit-log-tab %} -### Viewing your organization's audit logs for {% data variables.product.prodname_copilot_business_short %}{% endif %} +### Viewing your organization's audit logs{% endif %} {% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} @@ -33,17 +33,17 @@ Audit logs for {% data variables.product.prodname_copilot_business_short %} can You can search for any of the {% data variables.product.prodname_copilot %} audit log events using the `action` qualifier, for example, `action:copilot.cfb_seat_added`. Alternatively, you can review all of the {% data variables.product.prodname_copilot %} audit log events for your organization{% ifversion ghec %} or enterprise{% endif %} by searching for `action:copilot`. -| Event name | Description +| Action | Description |------------------|-------------------{% ifversion ghec %} -|`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. -|`copilot.clickwrap_save_event`| The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} -|`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. -|`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. -|`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. -|`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. -|`copilot.cfb_seat_assignment_reused`| A seat assignment was created for a user who already had a seat with no pending cancellation date. -|`copilot.cfb_seat_assignment_refreshed`| A seat assignment that was already pending cancellation was created, revoking the cancellation. +|`cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. +|`clickwrap_save_event`| The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} +|`cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. +|`cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. +|`cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. +|`cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. +|`cfb_seat_assignment_reused`| A seat assignment was created for a user who already had a seat with no pending cancellation date. +|`cfb_seat_assignment_refreshed`| A seat assignment that was already pending cancellation was created, revoking the cancellation. |`cfb_seat_assignment_created`| A seat was assigned to a user with no other active seat assignment. |`cfb_seat_assignment_unassigned`| A seat was unassigned from a user. -|`copilot.editor_chat_setting`| Confirms the status of the editor chat setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. -|`copilot.code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. +|`editor_chat_setting`| Confirms the status of the editor chat setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. +|`code_referencing_setting`| Confirms the status of the code referencing setting. Possible values: `enabled`, `disabled`, `unconfigured`{% ifversion ghec %} `no policy`{% endif %}. From 183e6ca17d21e650ae0e464f5c8fc4a38eef424c Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Wed, 16 Aug 2023 15:11:12 +0200 Subject: [PATCH 09/14] specify category --- ...zation-or-enterprises-audit-logs-for-copilot-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index 9019617c4d..4291344e79 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -31,7 +31,7 @@ Audit logs for {% data variables.product.prodname_copilot_business_short %} can ## Audit log events for {% data variables.product.prodname_copilot_business_short %} -You can search for any of the {% data variables.product.prodname_copilot %} audit log events using the `action` qualifier, for example, `action:copilot.cfb_seat_added`. Alternatively, you can review all of the {% data variables.product.prodname_copilot %} audit log events for your organization{% ifversion ghec %} or enterprise{% endif %} by searching for `action:copilot`. +You can search for any of the {% data variables.product.prodname_copilot %} audit log events using the `action` qualifier, and the `copilot` category. For example, `action:copilot.cfb_seat_added`. Alternatively, you can review all of the {% data variables.product.prodname_copilot %} audit log events for your organization{% ifversion ghec %} or enterprise{% endif %} by searching for `action:copilot`. | Action | Description |------------------|-------------------{% ifversion ghec %} From c799b4bc1feca2099fb71c432c37dfcfe30819eb Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:24:15 +0200 Subject: [PATCH 10/14] Apply suggestions from code review Co-authored-by: Tali Herzka --- .../audit-log-events-for-your-enterprise.md | 8 ++++++-- ...-or-enterprises-audit-logs-for-copilot-for-business.md | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index 5153e4487c..cd0c96f421 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -305,10 +305,14 @@ Action | Description | Action | Description |--------|-------------{% ifversion ghec %} |`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. +|`copilot.cfb_enterprise_org_enablement_changed | The {% data variables.product.prodname_copilot_business_short %} enablement policy changed at the enterprise level or for an organization within the enterprise. |`copilot.clickwrap_save_event`|The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} |`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. -|`copilot.cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. -|`copilot.cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. +|`cfb_seat_assignment_reused`| A seat assignment was created for a user who already had a seat with no pending cancellation date. +|`cfb_seat_assignment_refreshed`| A seat assignment that was already pending cancellation was created, revoking the cancellation. +|`cfb_seat_assignment_created`| A seat was assigned to a user with no other active seat assignment. +|`cfb_seat_assignment_unassigned`| A seat was unassigned from a user. +|`copilot.cfb_seat_cancelled_by_staff`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription manually by GitHub staff. |`copilot.cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. ## `dependabot_alerts` category actions diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index 4291344e79..cd496649b7 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -31,15 +31,15 @@ Audit logs for {% data variables.product.prodname_copilot_business_short %} can ## Audit log events for {% data variables.product.prodname_copilot_business_short %} -You can search for any of the {% data variables.product.prodname_copilot %} audit log events using the `action` qualifier, and the `copilot` category. For example, `action:copilot.cfb_seat_added`. Alternatively, you can review all of the {% data variables.product.prodname_copilot %} audit log events for your organization{% ifversion ghec %} or enterprise{% endif %} by searching for `action:copilot`. +You can search for any of the {% data variables.product.prodname_copilot %} audit log events using the `action` qualifier, and the `copilot` category. For example, `action:copilot.cfb_seat_assignment_created`. Alternatively, you can review all of the {% data variables.product.prodname_copilot %} audit log events for your organization{% ifversion ghec %} or enterprise{% endif %} by searching for `action:copilot`. | Action | Description |------------------|-------------------{% ifversion ghec %} |`cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. +|`copilot.cfb_enterprise_org_enablement_changed | The {% data variables.product.prodname_copilot_business_short %} enablement policy changed at the enterprise level or for an organization within the enterprise. |`clickwrap_save_event`| The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} |`cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. -|`cfb_seat_added`| A seat was added to the {% data variables.product.prodname_copilot_business_short %} subscription. -|`cfb_seat_cancelled`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription. +|`copilot.cfb_seat_cancelled_by_staff`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription manually by GitHub staff. |`cfb_seat_management_changed`| The seat management setting was changed for the {% data variables.product.prodname_copilot_business_short %} subscription. |`cfb_seat_assignment_reused`| A seat assignment was created for a user who already had a seat with no pending cancellation date. |`cfb_seat_assignment_refreshed`| A seat assignment that was already pending cancellation was created, revoking the cancellation. From 3d5b7b42feb0f11a5cb41b7242ae9b80cee1b0c2 Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:59:59 +0200 Subject: [PATCH 11/14] Update content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md --- .../audit-log-events-for-your-enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index cd0c96f421..6bfe6d9fdc 100644 --- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -305,7 +305,7 @@ Action | Description | Action | Description |--------|-------------{% ifversion ghec %} |`copilot.cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. -|`copilot.cfb_enterprise_org_enablement_changed | The {% data variables.product.prodname_copilot_business_short %} enablement policy changed at the enterprise level or for an organization within the enterprise. +|`copilot.cfb_enterprise_org_enablement_changed` | The {% data variables.product.prodname_copilot_business_short %} enablement policy changed at the enterprise level or for an organization within the enterprise. |`copilot.clickwrap_save_event`|The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} |`copilot.cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. |`cfb_seat_assignment_reused`| A seat assignment was created for a user who already had a seat with no pending cancellation date. From 2494549a425e66a24dddc810b058df6d6af2b401 Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Mon, 28 Aug 2023 16:01:48 +0200 Subject: [PATCH 12/14] Update content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md --- ...zation-or-enterprises-audit-logs-for-copilot-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md index cd496649b7..c4069a5b9d 100644 --- a/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md +++ b/content/copilot/managing-copilot-for-business/reviewing-your-organization-or-enterprises-audit-logs-for-copilot-for-business.md @@ -36,7 +36,7 @@ You can search for any of the {% data variables.product.prodname_copilot %} audi | Action | Description |------------------|-------------------{% ifversion ghec %} |`cfb_enterprise_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the enterprise level. -|`copilot.cfb_enterprise_org_enablement_changed | The {% data variables.product.prodname_copilot_business_short %} enablement policy changed at the enterprise level or for an organization within the enterprise. +|`copilot.cfb_enterprise_org_enablement_changed` | The {% data variables.product.prodname_copilot_business_short %} enablement policy changed at the enterprise level or for an organization within the enterprise. |`clickwrap_save_event`| The {% data variables.product.prodname_copilot %} Product Specific Terms were accepted.{% endif %} |`cfb_org_settings_changed`| Settings for {% data variables.product.prodname_copilot_business_short %} were changed at the organization level. |`copilot.cfb_seat_cancelled_by_staff`| A seat was cancelled from the {% data variables.product.prodname_copilot_business_short %} subscription manually by GitHub staff. From c2214b50c0619509ce808adf4d222b48b45a34b3 Mon Sep 17 00:00:00 2001 From: Jules Porter Date: Thu, 31 Aug 2023 09:32:57 +0200 Subject: [PATCH 13/14] adds info for personal security logs --- .../reviewing-your-security-log.md | 1 + .../security-log-events.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md index f7d1ea471e..9e6226cc18 100644 --- a/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md +++ b/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md @@ -35,6 +35,7 @@ The events listed in your security log are triggered by your actions. Actions ar |------------------|-------------------{% ifversion fpt or ghec %} | `billing` | Contains all activities related to your billing information. | `codespaces` | Contains all activities related to {% data variables.product.prodname_github_codespaces %}. For more information, see "[AUTOTITLE](/codespaces/overview)." +| `copilot` | Contains all activities related to {% data variables.product.prodname_copilot_business_short %}. For more information, see "[AUTOTITLE](/copilot/overview-of-github-copilot)." | `marketplace_agreement_signature` | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement. | `marketplace_listing`| Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% ifversion security-log-oauth-access-tokens %} | `oauth_access` | Contains all activities related to OAuth access tokens.{% endif %} diff --git a/content/authentication/keeping-your-account-and-data-secure/security-log-events.md b/content/authentication/keeping-your-account-and-data-secure/security-log-events.md index b676172d90..e3700e5585 100644 --- a/content/authentication/keeping-your-account-and-data-secure/security-log-events.md +++ b/content/authentication/keeping-your-account-and-data-secure/security-log-events.md @@ -36,6 +36,15 @@ topics: | `manage_access_and_security` | Triggered when you update [the repositories a codespace has access to](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces). | `trusted_repositories_access_update` | Triggered when you change your personal account's [access and security setting for {% data variables.product.prodname_codespaces %}](/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces). +## `copilot` category actions + +| Action | Description +|------------------|------------------- +|`cfb_seat_assignment_reused`| Triggered when you are assigned a seat through {% data variables.product.prodname_copilot_business_short %}, while you already have a seat with no pending cancellation date. +|`cfb_seat_assignment_refreshed`| Triggered when you are assigned a seat through {% data variables.product.prodname_copilot_business_short %}, while your current seat assignment is pending cancellation, causing the cancellation to be revoked. +|`cfb_seat_assignment_created`| Triggered when you are assigned a seat through {% data variables.product.prodname_copilot_business_short %}, while you have no other active seat assignment. For more information, see "[AUTOTITLE](/copilot/overview-of-github-copilot/about-github-copilot-for-business)." +|`cfb_seat_assignment_unassigned`| Triggered when you are unassigned a seat through {% data variables.product.prodname_copilot_business_short %}. + ## `marketplace_agreement_signature` category actions | Action | Description From 05baa6b74375dbb7747d910f710655309e8d28be Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:05:04 -0600 Subject: [PATCH 14/14] Update content/authentication/keeping-your-account-and-data-secure/security-log-events.md Co-authored-by: Tali Herzka --- .../keeping-your-account-and-data-secure/security-log-events.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/authentication/keeping-your-account-and-data-secure/security-log-events.md b/content/authentication/keeping-your-account-and-data-secure/security-log-events.md index e3700e5585..a368337da2 100644 --- a/content/authentication/keeping-your-account-and-data-secure/security-log-events.md +++ b/content/authentication/keeping-your-account-and-data-secure/security-log-events.md @@ -44,6 +44,7 @@ topics: |`cfb_seat_assignment_refreshed`| Triggered when you are assigned a seat through {% data variables.product.prodname_copilot_business_short %}, while your current seat assignment is pending cancellation, causing the cancellation to be revoked. |`cfb_seat_assignment_created`| Triggered when you are assigned a seat through {% data variables.product.prodname_copilot_business_short %}, while you have no other active seat assignment. For more information, see "[AUTOTITLE](/copilot/overview-of-github-copilot/about-github-copilot-for-business)." |`cfb_seat_assignment_unassigned`| Triggered when you are unassigned a seat through {% data variables.product.prodname_copilot_business_short %}. +|`copilot.cfb_seat_cancelled_by_staff`| Triggered when you are unassigned a seat through {% data variables.product.prodname_copilot_business_short %} manually by GitHub staff. ## `marketplace_agreement_signature` category actions