Merge pull request #5069 from Infisical/daniel/dynamic-secret-audit-logs

feat(audit-logs): audit logs for dynamic secrets and leases
This commit is contained in:
varonix
2025-12-19 00:21:23 +04:00
committed by GitHub
13 changed files with 821 additions and 192 deletions

View File

@@ -16,7 +16,7 @@ jobs:
const title = context.payload.pull_request.title;
// Valid PR types based on pull_request_template.md
const validTypes = ['fix', 'feature', 'improvement', 'breaking', 'docs', 'chore'];
const validTypes = ['fix', 'feature', 'improvement', 'breaking', 'docs', 'chore', 'feat'];
// Regex pattern: type(optional-scope): short description
// - Type must be one of the valid types