Skip to content

Commit

Permalink
AutoCherrypick of Merged PRs (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed May 23, 2023
1 parent 9d5b535 commit 27932aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: auto_cherry_pick_commits
on:
pull_request_target:
types:
- closed
- [closed, labeled]

# Github & Parent PR Env vars
env:
Expand All @@ -16,6 +16,7 @@ jobs:

# Pre-Requisites for Auto Cherrypicking
find-the-parent-prt-comment:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CherryPick')
name: Find & Save last PRT comment of Parent PR
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 27932aa

Please sign in to comment.