Skip to content

Commit 3f269a3

Browse files
fix(ci): quote subjectPatternError to fix YAML syntax error
1 parent c9c1fda commit 3f269a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
requireScope: false
2121
subjectPattern: ^.+$
22-
subjectPatternError: PR title must follow Conventional Commits format (e.g. "feat: add feature" or "fix(scope): fix bug").
22+
subjectPatternError: 'PR title must follow Conventional Commits format (e.g. "feat: add feature" or "fix(scope): fix bug").'

0 commit comments

Comments
 (0)