Skip to content

Commit

Permalink
Merge branch 'main' into xxh/support-bigquery-cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Apr 2, 2024
2 parents 9333ae2 + bc4f766 commit 2b14926
Show file tree
Hide file tree
Showing 584 changed files with 13,050 additions and 6,499 deletions.
8 changes: 1 addition & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ rustflags = [

# Flags for all targets.
[target.'cfg(all())']
rustflags = [
"--cfg",
"tokio_unstable",
# Uncomment the following two lines to enable `TaskLocalAlloc`.
# "--cfg",
# "enable_task_local_alloc",
]
rustflags = ["--cfg", "tokio_unstable"]

[unstable]
lints = true
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 2b14926

Please sign in to comment.