mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update cherrypick_pr to get mergeable state
This commit is contained in:
parent
3e79b69cba
commit
46ff77654c
@ -208,6 +208,8 @@ Merge it only if you intend to backport changes to the target branch, otherwise
|
|||||||
self.cherrypick_pr.add_to_labels(Labels.CHERRYPICK)
|
self.cherrypick_pr.add_to_labels(Labels.CHERRYPICK)
|
||||||
self.cherrypick_pr.add_to_labels(Labels.DO_NOT_TEST)
|
self.cherrypick_pr.add_to_labels(Labels.DO_NOT_TEST)
|
||||||
self._assign_new_pr(self.cherrypick_pr)
|
self._assign_new_pr(self.cherrypick_pr)
|
||||||
|
# update cherrypick PR to get the state for PR.mergable
|
||||||
|
self.cherrypick_pr.update()
|
||||||
|
|
||||||
def create_backport(self):
|
def create_backport(self):
|
||||||
assert self.cherrypick_pr is not None
|
assert self.cherrypick_pr is not None
|
||||||
|
Loading…
Reference in New Issue
Block a user