Skip to content

Commit f5dab9e

Browse files
committed
ci: 🎡 Update styfle/[email protected]
1 parent faa90fa commit f5dab9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/00-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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": {

0 commit comments

Comments
 (0)