Skip to content

Commit

Permalink
Merge branch 'main' into yiming/snapshot-backfill-executor-backpressure
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Oct 17, 2024
2 parents 3a41584 + bf36aad commit 8d2cde2
Show file tree
Hide file tree
Showing 53 changed files with 4,283 additions and 314 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cherry-pick-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,20 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release_pull_request_2_1:
if: "contains(github.event.pull_request.labels.*.name, 'need-cherry-pick-release-2.1') && github.event.pull_request.merged == true"
runs-on: ubuntu-latest
name: release_pull_request
steps:
- name: checkout
uses: actions/checkout@v1
- name: Create PR to branch
uses: risingwavelabs/github-action-cherry-pick@master
with:
pr_branch: 'release-2.1'
pr_labels: 'cherry-pick'
pr_body: ${{ format('Cherry picking \#{0} onto branch release-2.1', github.event.number) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions: write-all
4 changes: 3 additions & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ extend-exclude = [
"src/common/src/cast/mod.rs",
"src/tests/simulation/tests/integration_tests/scale/shared_source.rs",
# We don't want to fix "Divy" here, but may want in other places.
"integration_tests/deltalake-sink/spark-script/run-sql-file.sh"
"integration_tests/deltalake-sink/spark-script/run-sql-file.sh",
# These files are copied from debezium connector, we don't want to fix their typos
"java/connector-node/risingwave-source-cdc/src/main/java/io/debezium/connector/postgresql/*.java"
]
Loading

0 comments on commit 8d2cde2

Please sign in to comment.