Skip to content
Snippets Groups Projects
Commit 52a2e225 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka
Browse files

Chessa::Bug::Adelie: oh. labels are just strings here. okay, whatever.

parent 9932124c
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ sub mr {
$d{merge} =~ s/_/ /g;
if (exists($json->{labels})) {
for my $label (@{$json->{labels}}) {
push @labels, $label->{title};
push @labels, $label;
}
}
$d{labels} = \@labels;
......
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