diff --git a/package.json b/package.json index f52f9bf2d6..d9b435d62c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "prepare": "node -e \"try { require('husky').install() } catch (e) {}\"" }, "validate-branch-name": { - "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\\-]+)$)", "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." }, "keywords": [],