1
0
forked from clan/clan-infra

clan-merge: print PR number and ID when checking CI

This commit is contained in:
DavHau 2023-08-07 10:36:56 +02:00
parent c69943feb3
commit cf07775f73

View File

@ -13,7 +13,7 @@ def load_token() -> str:
def is_ci_green(pr: dict) -> bool:
print("Checking CI status for PR " + str(pr["id"]))
print(f"Checking CI status for PR {pr['number']} (id: {pr['id']})")
repo = pr["base"]["repo"]["name"]
url = (
"https://git.clan.lol/api/v1/repos/clan/"