Skip to content

Commit 88471ca

Browse files
authored
Merge pull request #38628 from github/repo-sync
Repo sync
2 parents 246fc30 + 67d15da commit 88471ca

File tree

6 files changed

+232
-217
lines changed

6 files changed

+232
-217
lines changed

src/audit-logs/data/ghes-3.17/enterprise.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,11 @@
594594
"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.",
595595
"docs_reference_links": "N/A"
596596
},
597+
{
598+
"action": "copilot.user_access_reinstated",
599+
"description": "N/A",
600+
"docs_reference_links": "N/A"
601+
},
597602
{
598603
"action": "custom_hosted_runner.create",
599604
"description": "N/A",

src/audit-logs/data/ghes-3.17/organization.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@
304304
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
305305
"docs_reference_links": "N/A"
306306
},
307+
{
308+
"action": "copilot.user_access_reinstated",
309+
"description": "N/A",
310+
"docs_reference_links": "N/A"
311+
},
307312
{
308313
"action": "custom_hosted_runner.create",
309314
"description": "N/A",

src/audit-logs/data/ghes-3.17/user.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@
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.user_access_reinstated",
209+
"description": "N/A",
210+
"docs_reference_links": "N/A"
211+
},
207212
{
208213
"action": "custom_hosted_runner.create",
209214
"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": "0a41e6ffb3f8f24e0eacd1518e62e8360f9a5eb5"
6+
"sha": "ec298358d957110bcdd9b7921afd7d4ab23107dd"
77
}

0 commit comments

Comments
 (0)