Skip to content

Commit

Permalink
Update branch-name.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean authored Mar 5, 2024
1 parent d202dcb commit 2b281b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/branch-name.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Branch Naming Policy Action

on:
merge_group:
create:
delete:
pull_request:
Expand All @@ -21,4 +22,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 2b281b5

Please sign in to comment.