From a8c97a9ec1543268c98859c42713821603cb61cd Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:39:57 -0700 Subject: [PATCH] Update audit log event data (#55070) Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com> --- src/audit-logs/data/fpt/organization.json | 15 +++++++++++++++ src/audit-logs/data/ghec/organization.json | 15 +++++++++++++++ src/audit-logs/lib/config.json | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/audit-logs/data/fpt/organization.json b/src/audit-logs/data/fpt/organization.json index f38e202d3bab..15aec76df57f 100644 --- a/src/audit-logs/data/fpt/organization.json +++ b/src/audit-logs/data/fpt/organization.json @@ -729,6 +729,21 @@ "description": "An issue was transferred to another repository.", "docs_reference_links": "/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository" }, + { + "action": "issue_type.create", + "description": "An issue type was created.", + "docs_reference_links": "N/A" + }, + { + "action": "issue_type.destroy", + "description": "An issue type was deleted.", + "docs_reference_links": "N/A" + }, + { + "action": "issue_type.update", + "description": "An issue type was updated.", + "docs_reference_links": "N/A" + }, { "action": "issue.unpinned", "description": "An issue was unpinned from a repository.", diff --git a/src/audit-logs/data/ghec/organization.json b/src/audit-logs/data/ghec/organization.json index f38e202d3bab..15aec76df57f 100644 --- a/src/audit-logs/data/ghec/organization.json +++ b/src/audit-logs/data/ghec/organization.json @@ -729,6 +729,21 @@ "description": "An issue was transferred to another repository.", "docs_reference_links": "/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository" }, + { + "action": "issue_type.create", + "description": "An issue type was created.", + "docs_reference_links": "N/A" + }, + { + "action": "issue_type.destroy", + "description": "An issue type was deleted.", + "docs_reference_links": "N/A" + }, + { + "action": "issue_type.update", + "description": "An issue type was updated.", + "docs_reference_links": "N/A" + }, { "action": "issue.unpinned", "description": "An issue was unpinned from a repository.", diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 6b89fb5a9d05..a38c0fab4b76 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -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": "4ed474dae7b3144e0ff51d1831cef1d556e9e980" + "sha": "d6aa2c08e5ced4ad92d2d6563fabaa683a9a7663" } \ No newline at end of file