diff --git a/package.json b/package.json index bab151ffe..2ecce4af9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "xo": "^0.52.4" }, "validate-branch-name": { - "pattern": "((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf)\\-[a-zA-Z0-9\\-]+)$)", + "pattern": "((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." }, "repository": {