Always print top-level issue URL
This commit is contained in:
parent
6dec9f6058
commit
fed468c780
@ -339,7 +339,7 @@ module GitHub extend self
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
prs.each {|i| yield "#{i["title"]} (#{i["pull_request"]["html_url"]})" }
|
prs.each { |i| yield "#{i["title"]} (#{i["html_url"]})" }
|
||||||
end
|
end
|
||||||
|
|
||||||
def private_repo?(user, repo)
|
def private_repo?(user, repo)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user