Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into xxchan/backfill-fe
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Apr 2, 2024
2 parents aafba45 + bc4f766 commit a3accdb
Show file tree
Hide file tree
Showing 74 changed files with 2,914 additions and 633 deletions.
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
Loading

0 comments on commit a3accdb

Please sign in to comment.