We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d7995 commit 180eef7Copy full SHA for 180eef7
.github/workflows/branch-name.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: deepakputhraya/action-branch-name@master
10
with:
11
- regex: '([a-z])+\/([a-z0-9.-])+'
+ regex: '([a-z])*\/?([a-z0-9.-])+'
12
allowed_prefixes: 'feat,fix,build,chore,ci,docs,style,refactor,perf,test,revert,release'
13
ignore: main
14
min_length: 5
0 commit comments