Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gilberthl-mh committed Jun 20, 2024
1 parent 9243ff9 commit 8589735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issue_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ def get_per_issue_metrics(
pull_request, ready_for_review_at = None, None
if issue.issue.pull_request_urls: # type: ignore
pull_request = issue.issue.pull_request() # type: ignore
print(issue.issue["title"])
print(issue.issue["url"])
print(issue.issue.title)
print(issue.issue.url)
ready_for_review_at = get_time_to_ready_for_review(issue, pull_request)

if env_vars.hide_time_to_first_response is False:
Expand Down

0 comments on commit 8589735

Please sign in to comment.