Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into siyuan/cdc-handle-sch…
Browse files Browse the repository at this point in the history
…ema-event
  • Loading branch information
StrikeW committed Aug 2, 2024
2 parents 5b1d8d6 + c09d264 commit da9ee1b
Show file tree
Hide file tree
Showing 325 changed files with 7,366 additions and 6,170 deletions.
5 changes: 4 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 1
appendOnly: true

# Match title
labels:
Expand Down Expand Up @@ -30,6 +31,8 @@ labels:
title: "^cherry-pick.*"
- label: "cherry-pick"
title: "^cherry pick.*"
- label: "cherry-pick"
title: "^cherrypick.*"

# Match body
- label: "breaking-change"
Expand All @@ -38,4 +41,4 @@ labels:
# Match File changes
- label: "ci/run-e2e-single-node-tests"
files:
- "src\\/meta\\/.*.rs"
- "src\\/meta\\/.*.rs"
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": "^(cherry pick|cherry-pick)?(| |:|: )+(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate)(\\(.*\\))?:.*",
"regexp": "^(cherrypick|cherry pick|cherry-pick)?(| |:|: )+(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
},
"MESSAGES": {
Expand Down
Loading

0 comments on commit da9ee1b

Please sign in to comment.