workflows: drop unreachable effective_labels/1 fallback clause

0fe752f · gmorell · 2026-06-26 00:18

1 files +0 -2

Files changed

modified lib/git_gud/workflows.ex
+0 −2
@@ -340,8 +340,6 @@ defmodule GitGud.Workflows do
340 340 Enum.uniq(label_list(l) ++ label_list(a))
341 341 end
342 342
343 defp effective_labels(_), do: []
344
345 343 defp label_list(%{"labels" => ls}) when is_list(ls), do: ls
346 344 defp label_list(_), do: []
347 345

Parents: b90b1fc