Merge pull request #5833 from scpeters/scpeters-patch-1

utils/github: use tap.full_name
This commit is contained in:
Michka Popoff 2019-03-04 17:21:21 +01:00 committed by GitHub
commit f4371297d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,7 +270,7 @@ module GitHub
def issues_for_formula(name, options = {}) def issues_for_formula(name, options = {})
tap = options[:tap] || CoreTap.instance tap = options[:tap] || CoreTap.instance
search_issues(name, state: "open", repo: "#{tap.user}/homebrew-#{tap.repo}", in: "title") search_issues(name, state: "open", repo: tap.full_name, in: "title")
end end
def user def user