Drop TODO that nobody has ever worked on
This commit is contained in:
parent
ff209c7b9c
commit
33f344bdd4
@ -304,10 +304,6 @@ module GitHub extend self
|
|||||||
end
|
end
|
||||||
|
|
||||||
def issues_for_formula name
|
def issues_for_formula name
|
||||||
# bit basic as depends on the issue at github having the exact name of the
|
|
||||||
# formula in it. Which for stuff like objective-caml is unlikely. So we
|
|
||||||
# really should search for aliases too.
|
|
||||||
|
|
||||||
# don't include issues that just refer to the tool in their body
|
# don't include issues that just refer to the tool in their body
|
||||||
issues_matching(name).select { |issue|
|
issues_matching(name).select { |issue|
|
||||||
issue["state"] == "open" && issue["title"].include?(name)
|
issue["state"] == "open" && issue["title"].include?(name)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user