Skip to content

Commit

Permalink
Update audit log event data (#47704)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Dec 12, 2023
1 parent 3cd6503 commit b9a49e6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"description": "A billing manager was added to an enterprise.",
"docs_reference_links": "N/A"
},
{
"action": "business.add_billing_viewer",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "business.add_organization",
"description": "An organization was added to an enterprise.",
Expand Down Expand Up @@ -159,6 +164,11 @@
"description": "An invitation for someone to be an billing manager of an enterprise was canceled.",
"docs_reference_links": "N/A"
},
{
"action": "business.cancel_billing_viewer_invitation",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "business.cancel_trial",
"description": "The trial of GitHub Enterprise Cloud was cancelled.",
Expand Down Expand Up @@ -294,6 +304,11 @@
"description": "An invitation for someone to be an billing manager of an enterprise was sent.",
"docs_reference_links": "N/A"
},
{
"action": "business.invite_billing_viewer",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "business.members_can_update_protected_branches.clear",
"description": "An enterprise owner unset a policy for whether members of an enterprise can update protected branches on repositories for individual organizations. Organization owners can choose whether to allow updating protected branches settings.",
Expand Down Expand Up @@ -349,6 +364,11 @@
"description": "A billing manager was removed from an enterprise.",
"docs_reference_links": "N/A"
},
{
"action": "business.remove_billing_viewer",
"description": "N/A",
"docs_reference_links": "N/A"
},
{
"action": "business.remove_member",
"description": "A member was removed from an enterprise.",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"sha": "913efe44fbf62baf32088f71698cc1d7efeffdef"
"sha": "24d023f9d4570cddd3c78bdc4cae2a52aa420924"
}

0 comments on commit b9a49e6

Please sign in to comment.