mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix milestone filter print
This commit is contained in:
parent
3159e67c9d
commit
3b1fe2119c
1 changed files with 1 additions and 1 deletions
2
.github/update_release_pr.py
vendored
2
.github/update_release_pr.py
vendored
|
|
@ -89,7 +89,7 @@ def get_prs(
|
||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
print(
|
print(
|
||||||
f"Found {count} PRs with {label if label else 'no filter on'} label, state as {state}, and milestone {pr["milestone"] if pr["milestone"] is not None else "None"}"
|
f"Found {count} PRs with {label if label else 'no filter on'} label, state as {state}, and milestone {milestone_title if milestone_title else "any"}"
|
||||||
)
|
)
|
||||||
|
|
||||||
return pr_list
|
return pr_list
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue