You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: skip PR review comment collection when pull requests are disabled
Builds on augurlabs#3783 (check_prs_enabled infrastructure). Applies the same
disabled-PR check to collect_pull_request_review_comments, which hits
the repos/{owner}/{repo}/pulls/comments endpoint — this also returns
404 when PRs are disabled and had no prior handling.
Also migrates the URL construction to use GithubDataAccess.endpoint_url()
following the pattern established in retrieve_all_pr_data.
0 commit comments