diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index 3fae869e..126a25d7 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -1,8 +1,9 @@ +name: Cherry pick PR into release-1.0 branch + on: - pull_request: + pull_request_target: branches: - main - types: ["closed"] jobs: cherry_pick_release_1_0: @@ -21,7 +22,7 @@ jobs: labels: | cherry-pick reviewers: | - aReviewerUser + instructlab/ui-maintainers title: '[cherry-pick] {old_title}' body: 'Cherry picking #{old_pull_request_id} onto this branch' env: