Skip to content

Commit a8c97a9

Browse files
docs-botsunbrye
andauthored
Update audit log event data (#55070)
Co-authored-by: Sunbrye Ly <[email protected]>
1 parent 9f3284e commit a8c97a9

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,21 @@
729729
"description": "An issue was transferred to another repository.",
730730
"docs_reference_links": "/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"
731731
},
732+
{
733+
"action": "issue_type.create",
734+
"description": "An issue type was created.",
735+
"docs_reference_links": "N/A"
736+
},
737+
{
738+
"action": "issue_type.destroy",
739+
"description": "An issue type was deleted.",
740+
"docs_reference_links": "N/A"
741+
},
742+
{
743+
"action": "issue_type.update",
744+
"description": "An issue type was updated.",
745+
"docs_reference_links": "N/A"
746+
},
732747
{
733748
"action": "issue.unpinned",
734749
"description": "An issue was unpinned from a repository.",

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,21 @@
729729
"description": "An issue was transferred to another repository.",
730730
"docs_reference_links": "/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository"
731731
},
732+
{
733+
"action": "issue_type.create",
734+
"description": "An issue type was created.",
735+
"docs_reference_links": "N/A"
736+
},
737+
{
738+
"action": "issue_type.destroy",
739+
"description": "An issue type was deleted.",
740+
"docs_reference_links": "N/A"
741+
},
742+
{
743+
"action": "issue_type.update",
744+
"description": "An issue type was updated.",
745+
"docs_reference_links": "N/A"
746+
},
732747
{
733748
"action": "issue.unpinned",
734749
"description": "An issue was unpinned from a repository.",

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": "4ed474dae7b3144e0ff51d1831cef1d556e9e980"
6+
"sha": "d6aa2c08e5ced4ad92d2d6563fabaa683a9a7663"
77
}

0 commit comments

Comments
 (0)