Skip to content

Commit

Permalink
fix: allow PRs with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinjunker committed Jul 17, 2021
1 parent 48aef51 commit 2aaabda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-verify-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
uses: deepakputhraya/action-pr-title@master
with:
regex: '(\([\w\s]*\)*\))?:[\w\s]*'
allowed_prefixes: ${{ steps.extract_branch.outputs.prefix }}
allowed_prefixes: ${{ steps.extract_branch.outputs.prefix }},build
prefix_case_sensitive: true

0 comments on commit 2aaabda

Please sign in to comment.