Skip to content

Commit

Permalink
yaml quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 23, 2024
1 parent 97780ec commit 6a0a29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
requireScope: true
subjectPattern: '^(?![A-Z]).+$'
subjectPatternError: |
'Starts with uppercase letter: "{subject}"'
'(Full PR title: "{title}")'
Starts with uppercase letter: '{subject}'
(Full PR title: '{title}')
headerPattern: '^(\w*)(?:\[([\w$.\-*/ ]*)\])?: (.*)$'
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true

0 comments on commit 6a0a29a

Please sign in to comment.