We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448ea03 commit d7ddba3Copy full SHA for d7ddba3
README.md
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: Check commit message
30
- uses: mnj/github-status-checks-commit-message-regex@v1
+ uses: mnj/github-status-checks-commit-message-regex@v2.1
31
with:
32
pattern: '([A-Z][A-Z0-9]+-[0-9]+)' # Match all upper casee Jira ticket ids
33
```
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
check_commit_title: 'false'
0 commit comments