Skip to content

Commit

Permalink
Merge branch 'main' into yiming/upgrade-only-tokio-1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 authored Aug 9, 2024
2 parents 9c68322 + d00e2eb commit b795299
Show file tree
Hide file tree
Showing 1,092 changed files with 39,556 additions and 20,714 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: 1 addition & 1 deletion .github/workflows/typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v3

- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.20.4
uses: crate-ci/typos@v1.23.2
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ repos:
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.23.1
hooks:
- id: typos
- repo: local
hooks:
- id: rustfmt
name: rustfmt
entry: rustfmt --edition 2021
language: system
types: [rust]
- id: typos
name: typos
entry: typos -w
language: system
- id: cargo sort
name: cargo sort
entry: cargo sort -g -w
Expand Down
6 changes: 6 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 All @@ -30,4 +32,8 @@ extend-exclude = [
"**/Cargo.toml",
"**/go.mod",
"**/go.sum",
# https://github.com/risingwavelabs/risingwave/blob/0ce6228df6a4da183ae91146f2cdfff1ca9cc6a7/src/common/src/cast/mod.rs#L30
# We don't want to fix "fals" here, but may want in other places.
# Ideally, we should just ignore that line: https://github.com/crate-ci/typos/issues/316
"src/common/src/cast/mod.rs",
]
Loading

0 comments on commit b795299

Please sign in to comment.