Correctif auto pr bot
This commit is contained in:
parent
3d73bb02f2
commit
aa57b7b325
@ -59,7 +59,7 @@ if latest_commit != previous_commit:
|
||||
|
||||
pr = repo.create_pull(title=branch, body=pr_message, base='nixos-18.09', head=branch)
|
||||
|
||||
print("Pull request numéro " + str(pr.numero) + " créée")
|
||||
print("Pull request numéro " + str(pr.number) + " créée")
|
||||
print("URL : " + pr.html_url)
|
||||
|
||||
while pr.mergeable == None:
|
||||
|
Loading…
Reference in New Issue
Block a user