Skip to content

Commit

Permalink
ci: allow backport prefix in PR names
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Mar 26, 2024
1 parent 6581b47 commit f657b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"CHECKS": {
"prefixes": [],
"regexp": "^(Revert \"|)(docs|fix|feat|test|deps|chore|ci)(\\(.+\\)|)(\\!|): ",
"regexp": "^(Revert \"|\\[Backport [^ ]+\\] |)(docs|fix|feat|test|deps|chore|ci)(\\(.+\\)|)(\\!|): ",
"regexpFlags": "i",
"ignoreLabels" : []
},
Expand Down

0 comments on commit f657b22

Please sign in to comment.