mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add exit when more than two milestones found
This commit is contained in:
parent
a9a212e4de
commit
a52ceb1caf
1 changed files with 1 additions and 0 deletions
1
.github/update_release_pr.py
vendored
1
.github/update_release_pr.py
vendored
|
|
@ -34,6 +34,7 @@ def get_github_prs(token: str, owner: str, repo: str, label: str = "", state: st
|
|||
|
||||
if len(milestones) > 2:
|
||||
print("More than two milestones found, unable to determine the milestone required.")
|
||||
exit(1)
|
||||
|
||||
# milestones.pop()
|
||||
for ms in milestones:
|
||||
|
|
|
|||
Loading…
Reference in a new issue