From 1da02adc8d013474417a4a9dcc8e10a515f7424b Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Thu, 1 Sep 2022 12:38:30 +0200 Subject: [PATCH] Assign PRs to an original merged_by too --- tests/ci/cherry_pick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/cherry_pick.py b/tests/ci/cherry_pick.py index b46dca93026..69dae5d5b70 100644 --- a/tests/ci/cherry_pick.py +++ b/tests/ci/cherry_pick.py @@ -242,7 +242,7 @@ Merge it only if you intend to backport changes to the target branch, otherwise def _assign_new_pr(self, new_pr: PullRequest): # It looks there some race when multiple .add_to_assignees are executed, # so we'll add all at once - assignees = [self.pr.user] + assignees = [self.pr.user, self.pr.merged_by] if self.pr.assignees: assignees.extend(self.pr.assignees) logging.info(