Skip to content

Commit 180eef7

Browse files
committed
chore: removed requirement of folder name in branch name (#157)
1 parent 41d7995 commit 180eef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch-name.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: deepakputhraya/action-branch-name@master
1010
with:
11-
regex: '([a-z])+\/([a-z0-9.-])+'
11+
regex: '([a-z])*\/?([a-z0-9.-])+'
1212
allowed_prefixes: 'feat,fix,build,chore,ci,docs,style,refactor,perf,test,revert,release'
1313
ignore: main
1414
min_length: 5

0 commit comments

Comments
 (0)