We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a212e commit a52ceb1Copy full SHA for a52ceb1
.github/update_release_pr.py
@@ -34,6 +34,7 @@ def get_github_prs(token: str, owner: str, repo: str, label: str = "", state: st
34
35
if len(milestones) > 2:
36
print("More than two milestones found, unable to determine the milestone required.")
37
+ exit(1)
38
39
# milestones.pop()
40
for ms in milestones:
0 commit comments