Skip to content

Commit 9b02e1f

Browse files
jjw24Copilot
andauthored
fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 60d5966 commit 9b02e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/update_release_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_prs(
8888
count += 1
8989

9090
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")}"
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')}"
9292
)
9393

9494
return pr_list

0 commit comments

Comments
 (0)