Skip to content

Commit 88570fc

Browse files
authored
Merge pull request #69 from github/zkoppert-patch-1
fix: rm unwanted check for repo and owner
2 parents 0932bd3 + 1ca1b6e commit 88570fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

issue_metrics.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@ def main():
290290
write_to_markdown(None, None, None, None, None, None, None)
291291
return
292292
else:
293-
if owner is None or repo_name is None:
294-
raise ValueError(
295-
"The search query for issues/prs must include a repository owner and name \
296-
(ie. repo:owner/repo)"
297-
)
298293
issues = search_issues(search_query, github_connection)
299294
if len(issues) <= 0:
300295
print("No issues found")

0 commit comments

Comments
 (0)