utils/github: clarify comment

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Carlo Cabrera 2023-06-02 11:47:22 +08:00
parent 0376c6c5c1
commit fb73f074b6
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -524,7 +524,7 @@ module GitHub
[]
end
# WARNING: This returns results in a slightly different form from `fetch_pull_requests`.
# WARNING: The GitHub API returns results in a slightly different form here compared to `fetch_pull_requests`.
def self.fetch_open_pull_requests(name, tap_remote_repo, version: nil)
return [] if tap_remote_repo.blank?