Skip to content

Commit 1bb5705

Browse files
liushilongbuaamssonicbld
authored andcommitted
[action] Keep 'request for xxx branch' label when finished auto-cherry-pick. (#13107)
Why I did it To keep 'Request for xxx branch' label when finished auto-cherry-pick. How I did it Change logic in post cherry pick action. How to verify it
1 parent 3f51143 commit 1bb5705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_cherrypick_poststep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
exit 1
4747
fi
4848
gh pr edit $origin_pr_url --add-label "Included in ${base_ref} Branch"
49-
gh pr edit $origin_pr_url --remove-label "Created PR to ${base_ref} Branch,Request for ${base_ref} Branch,Approved for ${base_ref} Branch"
49+
gh pr edit $origin_pr_url --remove-label "Created PR to ${base_ref} Branch,Approved for ${base_ref} Branch"

0 commit comments

Comments
 (0)