mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
60d5966863
commit
9b02e1f74e
1 changed files with 1 additions and 1 deletions
2
.github/update_release_pr.py
vendored
2
.github/update_release_pr.py
vendored
|
|
@ -88,7 +88,7 @@ def get_prs(
|
|||
count += 1
|
||||
|
||||
print(
|
||||
f"Found {count} PRs with {label if label else 'no filter on'} label, state as {state}, and milestone {pr.get("milestone",{}).get("number","None")}"
|
||||
f"Found {count} PRs with {label if label else 'no filter on'} label, state as {state}, and milestone {pr.get('milestone', {}).get('number', 'None')}"
|
||||
)
|
||||
|
||||
return pr_list
|
||||
|
|
|
|||
Loading…
Reference in a new issue