Update validate-pr-title.yml

This commit is contained in:
Daniel Hougaard
2025-12-18 19:45:42 +04:00
parent be46917348
commit 310f1ee8f9

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