Skip to content

Commit 632815e

Browse files
docs-botsunbrye
andauthored
Update audit log event data (#55097)
Co-authored-by: Sunbrye Ly <[email protected]>
1 parent 68ae87b commit 632815e

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

Diff for: src/audit-logs/data/fpt/organization.json

+15
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,21 @@
449449
"description": "Triggered when a team discussion post is edited.",
450450
"docs_reference_links": "/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment"
451451
},
452+
{
453+
"action": "enterprise_announcement.create",
454+
"description": "A global announcement banner was created for the enterprise.",
455+
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner"
456+
},
457+
{
458+
"action": "enterprise_announcement.destroy",
459+
"description": "A global announcement banner was removed from the enterprise.",
460+
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
461+
},
462+
{
463+
"action": "enterprise_announcement.update",
464+
"description": "A global announcement banner was updated for the enterprise.",
465+
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
466+
},
452467
{
453468
"action": "enterprise_installation.create",
454469
"description": "The GitHub App associated with a GitHub Connect connection was created.",

Diff for: src/audit-logs/data/ghec/organization.json

+15
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,21 @@
449449
"description": "Triggered when a team discussion post is edited.",
450450
"docs_reference_links": "/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment"
451451
},
452+
{
453+
"action": "enterprise_announcement.create",
454+
"description": "A global announcement banner was created for the enterprise.",
455+
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner"
456+
},
457+
{
458+
"action": "enterprise_announcement.destroy",
459+
"description": "A global announcement banner was removed from the enterprise.",
460+
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
461+
},
462+
{
463+
"action": "enterprise_announcement.update",
464+
"description": "A global announcement banner was updated for the enterprise.",
465+
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
466+
},
452467
{
453468
"action": "enterprise_installation.create",
454469
"description": "The GitHub App associated with a GitHub Connect connection was created.",

Diff for: src/audit-logs/lib/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
66
"sha": "d6aa2c08e5ced4ad92d2d6563fabaa683a9a7663"
7-
}
7+
}
8+

0 commit comments

Comments
 (0)