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 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : 🛑 Cancel Previous Runs
12
- uses : styfle/cancel-workflow-action@0.10.1
12
+ uses : styfle/cancel-workflow-action@0.11.0
13
13
14
14
- name : ⬇️ Checkout repo
15
15
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 62
62
"validate-branch-name" : " ^1.3.0"
63
63
},
64
64
"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\\ -]+)$)" ,
66
66
"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."
67
67
},
68
68
"repository" : {
You can’t perform that action at this time.
0 commit comments