Skip to content
Snippets Groups Projects
Commit fed468c7 authored by Jack Nagel's avatar Jack Nagel
Browse files

Always print top-level issue URL

parent 6dec9f60
No related branches found
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ module GitHub extend self
return
end
prs.each {|i| yield "#{i["title"]} (#{i["pull_request"]["html_url"]})" }
prs.each { |i| yield "#{i["title"]} (#{i["html_url"]})" }
end
def private_repo?(user, repo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment