Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into xxchan/wasm-udf
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Dec 14, 2023
1 parent f617cac commit f697a5e
Show file tree
Hide file tree
Showing 400 changed files with 10,376 additions and 4,784 deletions.
1 change: 1 addition & 0 deletions .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ third-party = [
{ name = "criterion" },
{ name = "console" },
{ name = "similar" },
{ name = "deltalake", git = "https://github.com/risingwavelabs/delta-rs", rev = "5c2dccd4640490202ffe98adbd13b09cef8e007b" },
]
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 @@ -6,6 +6,22 @@ on:
types: ["closed", "labeled"]

jobs:
release_pull_request_1_5_1:
if: "contains(github.event.pull_request.labels.*.name, 'need-cherry-pick-v1.5.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: 'v1.5.1-rc'
pr_labels: 'cherry-pick'
pr_body: ${{ format('Cherry picking \#{0} onto branch v1.5.1-rc', github.event.number) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

release_pull_request_1_5_0:
if: "contains(github.event.pull_request.labels.*.name, 'need-cherry-pick-v1.5.0') && github.event.pull_request.merged == true"
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit f697a5e

Please sign in to comment.