Skip to content

Commit

Permalink
Merge branch 'main' of github.com:singularity-data/risingwave into yu…
Browse files Browse the repository at this point in the history
…hao/corresponding
  • Loading branch information
yuhao-su committed Aug 7, 2024
2 parents e4661a2 + accfb49 commit 499f790
Show file tree
Hide file tree
Showing 656 changed files with 20,489 additions and 12,069 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
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ mosquitto = "mosquitto" # This is a MQTT broker.
abd = "abd"
iy = "iy"
Pn = "Pn"

[default.extend-identifiers]
TABLE_SCHEM = "TABLE_SCHEM"

[files]
extend-exclude = [
Expand Down
Loading

0 comments on commit 499f790

Please sign in to comment.