Skip to content

Commit

Permalink
Update audit log event data (#51429)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Jun 26, 2024
1 parent 0e4cb2f commit 07881a7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
"description": "The plan for GitHub Copilot was updated.",
"docs_reference_links": "/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot"
},
{
"action": "copilot.plan_downgrade_scheduled",
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
"docs_reference_links": "N/A"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,11 @@
"description": "The plan for GitHub Copilot was updated.",
"docs_reference_links": "/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot"
},
{
"action": "copilot.plan_downgrade_scheduled",
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
"docs_reference_links": "N/A"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
"description": "The plan for GitHub Copilot was updated.",
"docs_reference_links": "/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot"
},
{
"action": "copilot.plan_downgrade_scheduled",
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
"docs_reference_links": "N/A"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "54c931245a623a5d7864dda9bd98e858dab9a958"
"sha": "49912aad5bd477ebf1204dffebaa981bf395ab24"
}

0 comments on commit 07881a7

Please sign in to comment.