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 37ddb50 commit 5e6110fCopy full SHA for 5e6110f
package.json
@@ -49,7 +49,7 @@
49
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\""
50
},
51
"validate-branch-name": {
52
- "pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf)\\-[a-zA-Z0-9\\-]+)$)",
+ "pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
53
"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."
54
55
"keywords": [],
0 commit comments