We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45a5e8 commit 5c97758Copy full SHA for 5c97758
1 file changed
.github/workflows/lint_pr.yml
@@ -13,5 +13,12 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: amannn/action-semantic-pull-request@v4
16
+ with:
17
+ # Must use uppercase
18
+ subjectPattern: ^(?=[A-Z]).+$
19
+ subjectPatternError: |
20
+ The subject "{subject}" found in the pull request title "{title}"
21
+ didn't match the configured pattern. Please ensure that the subject
22
+ starts with an uppercase character.
23
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments