Skip to content

Commit addeb26

Browse files
author
Eric Fu
committed
Merge remote-tracking branch 'origin/main' into eric/streaming_metrics_level
2 parents e13d486 + fdaf30e commit addeb26

File tree

253 files changed

+7571
-3074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+7571
-3074
lines changed

.github/workflows/cherry-pick-to-release-branch.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,19 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424

25+
release_pull_request_1_2:
26+
if: "contains(github.event.pull_request.labels.*.name, 'need-cherry-pick-v1.2') && github.event.pull_request.merged == true"
27+
runs-on: ubuntu-latest
28+
name: release_pull_request
29+
steps:
30+
- name: checkout
31+
uses: actions/checkout@v1
32+
- name: Create PR to branch
33+
uses: risingwavelabs/github-action-cherry-pick@master
34+
with:
35+
pr_branch: 'v1.2-rc'
36+
pr_labels: 'cherry-pick'
37+
pr_body: ${{ format('Cherry picking \#{0} onto branch v1.2-rc', github.event.number) }}
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+

0 commit comments

Comments
 (0)