Skip to content

Commit 4c14eff

Browse files
nmergetdkolba
andauthored
Fix update dbux 3 (#88)
* fix: renamed v3 to dbux-3 to map with style guidelines (#82) * ci: 🎡 Update styfle/[email protected] * fix: v3 name in package.json Co-authored-by: Duncan Kolba <[email protected]>
1 parent 01dc14a commit 4c14eff

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
@@ -64,7 +64,7 @@
6464
"validate-branch-name": "^1.3.0"
6565
},
6666
"validate-branch-name": {
67-
"pattern": "((v3)|(dependabot-)|^((fix|feat|bugfix|feature|test|chore|refactor)\\-[a-zA-Z0-9\\-]+)$)",
67+
"pattern": "((dbux-3)|(dependabot-)|^((fix|feat|bugfix|feature|test|chore|refactor|ci)\\-[a-zA-Z0-9\\-]+)$)",
6868
"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."
6969
},
7070
"repository": {

0 commit comments

Comments
 (0)