github.rb: fix grammar

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-05-13 14:57:08 -07:00
parent 992b50a413
commit 8ec44f279b
No known key found for this signature in database

View File

@ -543,7 +543,7 @@ module GitHub
end end
elsif state == "open" && ENV["GITHUB_REPOSITORY_OWNER"] == "Homebrew" elsif state == "open" && ENV["GITHUB_REPOSITORY_OWNER"] == "Homebrew"
# Try use PR API, which might be cheaper on rate limits in some cases. # Try use PR API, which might be cheaper on rate limits in some cases.
# The rate limit of the search API under GraphQL is unclear as it's # The rate limit of the search API under GraphQL is unclear as it
# costs the same as any other query according to /rate_limit. # costs the same as any other query according to /rate_limit.
# The PR API is also not very scalable so limit to Homebrew CI. # The PR API is also not very scalable so limit to Homebrew CI.
return fetch_open_pull_requests(name, tap_remote_repo, version:) return fetch_open_pull_requests(name, tap_remote_repo, version:)