Skip to content

Commit 426f4b2

Browse files
docs-botjc-clark
andauthored
Update audit log event data (#55685)
Co-authored-by: Joe Clark <[email protected]>
1 parent 0f4d483 commit 426f4b2

File tree

6 files changed

+66
-1
lines changed

6 files changed

+66
-1
lines changed

src/audit-logs/data/fpt/organization.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,21 @@
304304
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
305305
"docs_reference_links": "N/A"
306306
},
307+
{
308+
"action": "copilot.swe_agent_repo_disabled",
309+
"description": "Specific repositories were disabled from using Copilot coding agent.",
310+
"docs_reference_links": "N/A"
311+
},
312+
{
313+
"action": "copilot.swe_agent_repo_enabled",
314+
"description": "Specific repositories were enabled to use Copilot coding agent.",
315+
"docs_reference_links": "N/A"
316+
},
317+
{
318+
"action": "copilot.swe_agent_repo_enablement_updated",
319+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
320+
"docs_reference_links": "N/A"
321+
},
307322
{
308323
"action": "custom_hosted_runner.create",
309324
"description": "N/A",

src/audit-logs/data/fpt/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,21 @@
204204
"description": "A user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.",
205205
"docs_reference_links": "N/A"
206206
},
207+
{
208+
"action": "copilot.swe_agent_repo_disabled",
209+
"description": "Specific repositories were disabled from using Copilot coding agent.",
210+
"docs_reference_links": "N/A"
211+
},
212+
{
213+
"action": "copilot.swe_agent_repo_enabled",
214+
"description": "Specific repositories were enabled to use Copilot coding agent.",
215+
"docs_reference_links": "N/A"
216+
},
217+
{
218+
"action": "copilot.swe_agent_repo_enablement_updated",
219+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
220+
"docs_reference_links": "N/A"
221+
},
207222
{
208223
"action": "custom_hosted_runner.create",
209224
"description": "N/A",

src/audit-logs/data/ghec/enterprise.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
"description": "An enterprise owner cleared the base repository permission policy setting for an enterprise.",
215215
"docs_reference_links": "/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-base-repository-permissions"
216216
},
217+
{
218+
"action": "business.clear_disallowed_two_factor_methods",
219+
"description": "Cleared two-factor authentication restrictions for an enterprise.",
220+
"docs_reference_links": "N/A"
221+
},
217222
{
218223
"action": "business.clear_members_can_create_repos",
219224
"description": "An enterprise owner cleared a restriction on repository creation in organizations in the enterprise.",

src/audit-logs/data/ghec/organization.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,21 @@
304304
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
305305
"docs_reference_links": "N/A"
306306
},
307+
{
308+
"action": "copilot.swe_agent_repo_disabled",
309+
"description": "Specific repositories were disabled from using Copilot coding agent.",
310+
"docs_reference_links": "N/A"
311+
},
312+
{
313+
"action": "copilot.swe_agent_repo_enabled",
314+
"description": "Specific repositories were enabled to use Copilot coding agent.",
315+
"docs_reference_links": "N/A"
316+
},
317+
{
318+
"action": "copilot.swe_agent_repo_enablement_updated",
319+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
320+
"docs_reference_links": "N/A"
321+
},
307322
{
308323
"action": "custom_hosted_runner.create",
309324
"description": "N/A",

src/audit-logs/data/ghec/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,21 @@
204204
"description": "A user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.",
205205
"docs_reference_links": "N/A"
206206
},
207+
{
208+
"action": "copilot.swe_agent_repo_disabled",
209+
"description": "Specific repositories were disabled from using Copilot coding agent.",
210+
"docs_reference_links": "N/A"
211+
},
212+
{
213+
"action": "copilot.swe_agent_repo_enabled",
214+
"description": "Specific repositories were enabled to use Copilot coding agent.",
215+
"docs_reference_links": "N/A"
216+
},
217+
{
218+
"action": "copilot.swe_agent_repo_enablement_updated",
219+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
220+
"docs_reference_links": "N/A"
221+
},
207222
{
208223
"action": "custom_hosted_runner.create",
209224
"description": "N/A",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "4ed63621daa7b8fac72a13cb2e12921aa8d3037c"
6+
"sha": "0a41e6ffb3f8f24e0eacd1518e62e8360f9a5eb5"
77
}

0 commit comments

Comments
 (0)