Skip to content

Commit 00d298f

Browse files
Copilotcclauss
andauthored
Ensure pr_file_map outputs summary with zero open PRs
Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
1 parent 39bfa82 commit 00d298f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/pr_file_map.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ def main() -> None:
8383
prs = get_open_prs()
8484
pr_count = len(prs)
8585
print(f"PR count from get_open_prs(): {pr_count}", file=sys.stderr)
86-
if not prs:
87-
print("No open pull requests found.")
88-
return
8986

9087
file_to_prs: dict[str, list[int]] = defaultdict(list)
9188
file_count = 0

0 commit comments

Comments
 (0)