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 35e3c6c commit 9dd34b9Copy full SHA for 9dd34b9
.github/workflows/auto-update.yml
.github/workflows/default.yml
@@ -5,7 +5,6 @@ on:
5
push:
6
branches:
7
- "main"
8
- - "dbux-3"
9
10
jobs:
11
init:
package.json
@@ -47,7 +47,7 @@
47
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
48
},
49
"validate-branch-name": {
50
- "pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
+ "pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
51
"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."
52
53
"keywords": [],
0 commit comments