About audit logs for Copilot for Business
Audit logs for Copilot for Business 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, such as changes to an organization's Copilot settings and policies, or the addition or removal of seats from your Copilot for Business subscription. The audit log lists events related to your Copilot for Business subscription for the current month and previous six months. For more information, see "Reviewing the audit log for your organization."
Viewing your organization's audit logs
-
In the top right corner of GitHub.com, click your profile photo, then click Your organizations.
-
Next to the organization, click Settings.
-
In the "Archives" section of the sidebar, click Logs, then click Audit log.
Audit log events for Copilot for Business
You can search for any of the GitHub 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 GitHub Copilot audit log events for your organization by searching for action:copilot
.
Action | Description |
---|---|
cfb_org_settings_changed | Settings for Copilot for Business were changed at the organization level. |
copilot.cfb_seat_cancelled_by_staff | A seat was cancelled from the Copilot for Business subscription manually by GitHub staff. |
cfb_seat_management_changed | The seat management setting was changed for the Copilot for Business subscription. |
copilot.cfb_seat_added | A seat was added to the Copilot for Business subscription and the user received access to GitHub Copilot. |
copilot.cfb_seat_cancelled | A seat was canceled from the Copilot for Business subscription and the user's access to GitHub Copilot was revoked. |
copilot.cfb_seat_assignment_reused | A seat assignment was re-created for a user who already had a seat assignment with no pending cancellation date. |
copilot.cfb_seat_assignment_refreshed | A seat that was previously pending cancellation was re-assigned, revoking the cancellation. |
copilot.cfb_seat_assignment_created | A seat assignment was newly created for a user. |
copilot.cfb_seat_assignment_unassigned | A seat assignment was unassigned from a user and the seat is pending cancellation. |
editor_chat_setting | Confirms the status of the editor chat setting. Possible values: enabled , disabled , unconfigured . |
code_referencing_setting | Confirms the status of the code referencing setting. Possible values: enabled , disabled , unconfigured . |