Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35cae25

Browse files
committedDec 18, 2024·
chore: removed requirement of folder name in branch name (#157)
1 parent 41d7995 commit 35cae25

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)
Please sign in to comment.