Skip to content

Commit 29bee01

Browse files
Apply suggestions from code review
1 parent 65361ee commit 29bee01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: auto-cherry-pick
22
on:
33
pull_request_target:
4-
types: ["labeled", "closed"]
4+
types: ["closed"]
55

66
jobs:
77
backport:
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
auto_backport_label_prefix: auto-cherry-pick-to-
23-
add_original_reviewers: true
23+
add_original_reviewers: false
2424

2525
- name: Info log
2626
if: ${{ success() }}

0 commit comments

Comments
 (0)