From e32a569353272b26c282290d30ca4e3fc03e1e86 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Sat, 14 Oct 2023 11:23:19 -0700 Subject: [PATCH] Update cherry_pick_to_stable.yaml --- .github/workflows/cherry_pick_to_stable.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cherry_pick_to_stable.yaml b/.github/workflows/cherry_pick_to_stable.yaml index 14a017e12c..bdb7ba1688 100644 --- a/.github/workflows/cherry_pick_to_stable.yaml +++ b/.github/workflows/cherry_pick_to_stable.yaml @@ -6,6 +6,7 @@ # # Sometimes, a change to "main" shouldn't be merged to "stable". In that case, tag the original PR # with a "no-cherry-pick" label, and this action won't cherry pick that merge. +name: Cherry pick to stable on: pull_request: branches: @@ -23,7 +24,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Cherry pick into release-v2.0 + - name: Cherry pick into stable uses: carloscastrojumo/github-cherry-pick-action@v1.0.9 with: branch: stable