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 60d5966 commit 9b02e1fCopy full SHA for 9b02e1f
.github/update_release_pr.py
@@ -88,7 +88,7 @@ def get_prs(
88
count += 1
89
90
print(
91
- 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')}"
92
)
93
94
return pr_list
0 commit comments