This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove checking head Repo when retrieving PR.
Seems that 'pull_request_review' headRepo is set wrongly in case of PRs from forks. In 'pull_request' it points to headRepo but in 'pull_request_review' it points to target repo This PR should work in both cases by omitting checking the head repo, only comparing branch and sha and adding pagination in case the list will be long
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters