We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a661ce commit 606381aCopy full SHA for 606381a
github_activity/github_activity.py
@@ -467,11 +467,7 @@ def generate_activity_md(
467
# This happens when the repository has no issues/PRs in the date range
468
if data.empty:
469
raise ValueError(
470
- f"No activity found for {org}/{repo} between {since} and {until}.\n"
471
- f"This could mean:\n"
472
- f" - No issues or pull requests were created or closed in this period\n"
473
- f" - The repository had no activity during these dates\n"
474
- f" - The date range or filters are too restrictive"
+ f"No activity found for {org}/{repo} between {since} and {until}."
475
)
476
477
# Filter the PRs by branch (or ref) if given
0 commit comments