Skip to content

Commit

Permalink
fix: allow cherry pick as PR title (#16104) (#16106)
Browse files Browse the repository at this point in the history
Co-authored-by: lmatz <[email protected]>
  • Loading branch information
github-actions[bot] and lmatz authored Apr 3, 2024
1 parent ebd2a8b commit 1121793
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 @@ -4,7 +4,7 @@
"color": "B60205"
},
"CHECKS": {
"regexp": "^(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate|cherry pick|cherry-pick)(\\(.*\\))?:.*",
"regexp": "^(cherry pick|cherry-pick)?(| )+(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
},
"MESSAGES": {
Expand Down

0 comments on commit 1121793

Please sign in to comment.