Skip to content

Commit

Permalink
Fix branch naming validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Matsuev committed Mar 11, 2024
1 parent e64bd2e commit d747c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-naming.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@ jobs:
- name: 'Validate Branch Name'
uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-z])+\/([a-z])+'
regex: '(feature|bugfix)+(-\d+)?\/([a-z-])+'
allowed_prefixes: 'feature,fix'
min_length: 6

0 comments on commit d747c4c

Please sign in to comment.