File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : 🛑 Cancel Previous Runs
12- uses : styfle/cancel-workflow-action@0.10.1
12+ uses : styfle/cancel-workflow-action@0.11.0
1313
1414 - name : ⬇️ Checkout repo
1515 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 6262 "validate-branch-name" : " ^1.3.0"
6363 },
6464 "validate-branch-name" : {
65- "pattern" : " ((dependabot-)|^((fix|feat|bugfix|feature|test|chore|refactor)\\ -[a-zA-Z0-9\\ -]+)$)" ,
65+ "pattern" : " ((dependabot-)|^((fix|feat|bugfix|feature|test|chore|refactor|ci )\\ -[a-zA-Z0-9\\ -]+)$)" ,
6666 "errorMsg" : " There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
6767 },
6868 "repository" : {
You can’t perform that action at this time.
0 commit comments