Skip to content

Commit bec17ac

Browse files
Copilotcclauss
andauthored
Retain no-open-PR message in generated pr_file_map report
Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
1 parent 00d298f commit bec17ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/pr_file_map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def main() -> None:
116116
print(f"- Number of files: `{file_count}`")
117117
print(f"- Existing files: `{existing_count}`")
118118
print(f"- Missing files: `{missing_count}`\n")
119+
if pr_count == 0:
120+
print("No open pull requests found.\n")
119121

120122
print("## Existing files\n")
121123
if existing:

0 commit comments

Comments
 (0)