diff --git a/package.json b/package.json index c3073d4d8b..fb36ac2b9a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "xml": "1.0.1" }, "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": {