Skip to content

Commit

Permalink
Merge pull request #69 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
fix: rm unwanted check for repo and owner
  • Loading branch information
zkoppert authored Jul 22, 2023
2 parents 0932bd3 + 1ca1b6e commit 88570fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions issue_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ def main():
write_to_markdown(None, None, None, None, None, None, None)
return
else:
if owner is None or repo_name is None:
raise ValueError(
"The search query for issues/prs must include a repository owner and name \
(ie. repo:owner/repo)"
)
issues = search_issues(search_query, github_connection)
if len(issues) <= 0:
print("No issues found")
Expand Down

0 comments on commit 88570fc

Please sign in to comment.