mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
Switch from outdated bors r+ to automerge
This commit is contained in:
@ -294,7 +294,7 @@ def make_release(version):
|
||||
raise Exception("could not commit checkout master " + RELEASE_VERSION_WITH_V)
|
||||
|
||||
if not(already_released):
|
||||
proc = subprocess.Popen(['gh','pr', "comment", pr_number, "--body", "bors r+"], stdout = subprocess.PIPE, cwd = temp_dir.name)
|
||||
proc = subprocess.Popen(['gh','pr', "merge", "--auto", pr_number, "--merge", "--delete-branch"], stdout = subprocess.PIPE, cwd = temp_dir.name)
|
||||
proc.wait()
|
||||
|
||||
# wait for bors to merge PR
|
||||
|
Reference in New Issue
Block a user