Skip to content

Commit

Permalink
Merge pull request #22 from Typeform/ENG-120-pr-title-check-update
Browse files Browse the repository at this point in the history
[ENG-120] update check-pr-title.yml
  • Loading branch information
alfrejivi authored Apr 13, 2021
2 parents a315383 + f3bf5f4 commit 4e5cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(\[[A-Z0-9]+-\d+\]|\[Snyk\]|\[NOISSUE\]|fix\(dependabot\)).+' # Regex the title should match.
regex: '^(\[[A-Z0-9]+-[1-9]\d+\]|\[Snyk\]|fix\(dependabot\)).+' # Regex the title should match.

0 comments on commit 4e5cd7c

Please sign in to comment.