Skip to content

Commit

Permalink
chore: removed requirement of folder name in branch name (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
YermekG committed Dec 19, 2024
1 parent 5d92e40 commit 44295f1
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 @@ -8,7 +8,7 @@ jobs:
steps:
- uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-z])+\/([a-z0-9.-])+'
regex: '([a-z])*\/?([a-z0-9.-])+'
allowed_prefixes: 'feat,fix,build,chore,ci,docs,style,refactor,perf,test,revert,release'
ignore: main
min_length: 5
Expand Down

0 comments on commit 44295f1

Please sign in to comment.