Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mnj committed Aug 27, 2021
1 parent 448ea03 commit d7ddba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check commit message
uses: mnj/github-status-checks-commit-message-regex@v1
uses: mnj/github-status-checks-commit-message-regex@v2.1
with:
pattern: '([A-Z][A-Z0-9]+-[0-9]+)' # Match all upper casee Jira ticket ids
```
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check commit message
uses: mnj/github-status-checks-commit-message-regex@v1
uses: mnj/github-status-checks-commit-message-regex@v2.1
with:
pattern: '([A-Z][A-Z0-9]+-[0-9]+)' # Match all upper casee Jira ticket ids
check_commit_title: 'false'
Expand Down

0 comments on commit d7ddba3

Please sign in to comment.