Skip to content

Commit

Permalink
Support non-standard branch types
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Mar 4, 2024
1 parent 8b3e933 commit 44acdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
if: github.ref_type == 'branch' || github.ref_type == 'pull_request'
with:
token: ${{ secrets.GITHUB_TOKEN }}
regex: '^(([a-z\-0-9]+)\/((features?)|((bug|hot)?fix(es)?)|(support))|(release))\/([a-z\-0-9]+)$'
regex: '^(([a-z\-0-9]+)\/((features?)|((bug|hot)?fix(es)?)|(support)|(documentation)|(meta))|(release))\/([a-z\-0-9]+)$'

0 comments on commit 44acdc5

Please sign in to comment.