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 571bec6 commit 37ce6beCopy full SHA for 37ce6be
package.json
@@ -61,7 +61,7 @@
61
"xo": "^0.52.4"
62
},
63
"validate-branch-name": {
64
- "pattern": "((dependabot-)|^((fix|feat|bugfix|feature|test|chore|refactor|ci)\\-[a-zA-Z0-9\\-]+)$)",
+ "pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf)\\-[a-zA-Z0-9\\-]+)$)",
65
"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."
66
67
"repository": {
0 commit comments