Skip to content

Commit

Permalink
fix: allow cherry pick as PR title (#16066)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz authored Apr 2, 2024
1 parent 26e68e9 commit a8bd435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ labels:
title: "^doc.*"
- label: "type/deprecate"
title: "^deprecate.*"
- label: "cherry-pick"
title: "^cherry-pick.*"
- label: "cherry-pick"
title: "^cherry pick.*"

- label: "breaking-change"
body: '- \[x\] My PR contains breaking changes'
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)(\\(.*\\))?:.*",
"regexp": "^(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate|cherry pick|cherry-pick)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
},
"MESSAGES": {
Expand Down

0 comments on commit a8bd435

Please sign in to comment.