Skip to content

Commit 21781fa

Browse files
docs-botjc-clark
andauthored
Update audit log event data (#54732)
Co-authored-by: Joe Clark <[email protected]>
1 parent c53d747 commit 21781fa

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -2834,6 +2834,16 @@
28342834
"description": "An invitation to join a repository was declined.",
28352835
"docs_reference_links": "N/A"
28362836
},
2837+
{
2838+
"action": "repository_limit.reached",
2839+
"description": "An organization has reached their repository limit.",
2840+
"docs_reference_links": "repositories/creating-and-managing-repositories/repository-limits"
2841+
},
2842+
{
2843+
"action": "repository_limit.warning",
2844+
"description": "An organization is approaching their repository limit.",
2845+
"docs_reference_links": "repositories/creating-and-managing-repositories/repository-limits"
2846+
},
28372847
{
28382848
"action": "repository_projects_change.clear",
28392849
"description": "The repository projects policy was removed for an organization, or all organizations in the enterprise Organization owners can now control their repository projects settings.",

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

+10
Original file line numberDiff line numberDiff line change
@@ -2834,6 +2834,16 @@
28342834
"description": "An invitation to join a repository was declined.",
28352835
"docs_reference_links": "N/A"
28362836
},
2837+
{
2838+
"action": "repository_limit.reached",
2839+
"description": "An organization has reached their repository limit.",
2840+
"docs_reference_links": "repositories/creating-and-managing-repositories/repository-limits"
2841+
},
2842+
{
2843+
"action": "repository_limit.warning",
2844+
"description": "An organization is approaching their repository limit.",
2845+
"docs_reference_links": "repositories/creating-and-managing-repositories/repository-limits"
2846+
},
28372847
{
28382848
"action": "repository_projects_change.clear",
28392849
"description": "The repository projects policy was removed for an organization, or all organizations in the enterprise Organization owners can now control their repository projects settings.",

src/audit-logs/lib/config.json

+1-1
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": "b170d9ae0c6b6318ea724612fb95e12d7c154cf9"
6+
"sha": "e49cd93fda003f6fa50b7e3611dc97dfb5444391"
77
}

0 commit comments

Comments
 (0)