Skip to content

Commit

Permalink
Allow dots in branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Mar 5, 2024
1 parent 41161bf commit d202dcb
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)|(documentation)|(meta)|(pip))|(release))\/([a-z\-0-9]+)$'
regex: '^(([a-z\-0-9]+)\/((features?)|((bug|hot)?fix(es)?)|(support)|(documentation)|(meta)|(pip))|(release))\/([a-z\-\.0-9]+)$'

0 comments on commit d202dcb

Please sign in to comment.