Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into wangzheng/track_spill_sst
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Oct 16, 2024
2 parents b12d3af + e2a04af commit f27bed7
Show file tree
Hide file tree
Showing 403 changed files with 7,203 additions and 24,125 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# regression test data
src/tests/regress/data/** linguist-vendored
# source test data
scripts/source/test_data/** linguist-vendored
e2e_test/source_legacy/basic/scripts/test_data/** linguist-vendored
# generated grafana dashboard
grafana/risingwave-dashboard.json linguist-generated
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
Loading

0 comments on commit f27bed7

Please sign in to comment.