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