Skip to content

Commit

Permalink
Update cherry_pick_to_stable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Oct 14, 2023
1 parent eb45cdf commit e32a569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cherry_pick_to_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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/[email protected]
with:
branch: stable
Expand Down

0 comments on commit e32a569

Please sign in to comment.