Skip to content

Commit 3b1fe21

Browse files
committed
fix milestone filter print
1 parent 3159e67 commit 3b1fe21

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
@@ -89,7 +89,7 @@ def get_prs(
8989
count += 1
9090

9191
print(
92-
f"Found {count} PRs with {label if label else 'no filter on'} label, state as {state}, and milestone {pr["milestone"] if pr["milestone"] is not None else "None"}"
92+
f"Found {count} PRs with {label if label else 'no filter on'} label, state as {state}, and milestone {milestone_title if milestone_title else "any"}"
9393
)
9494

9595
return pr_list

0 commit comments

Comments
 (0)