1
0
mirror of synced 2025-12-23 03:44:00 -05:00

add autogenerated frontmatter property to audit log page (#48605)

This commit is contained in:
Robert Sese
2024-01-09 11:09:55 -06:00
committed by GitHub
parent 7513ad1a27
commit 39f44b3d56
4 changed files with 4 additions and 1 deletions

View File

@@ -246,7 +246,7 @@ export const schema = {
},
autogenerated: {
type: 'string',
enum: ['codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'],
enum: ['audit-logs', 'codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'],
},
},
}