Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Síle Ekaterin Liszka
Chessa
Commits
ef896426
Commit
ef896426
authored
May 09, 2022
by
Kiyoshi Aman
Browse files
Chessa::Bug::Adelie: fix merge state regex
parent
77e9c8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Chessa/Bug/Adelie.pm
View file @
ef896426
...
...
@@ -179,7 +179,7 @@ sub mr {
labels
=>
[]
,
merge
=>
$json
->
{
merge_status
},
);
$d
{
merge
}
=~
s/_/ /
;
$d
{
merge
}
=~
s/_/ /
g
;
if
(
exists
(
$json
->
{
labels
}))
{
for
my
$label
(
@
{
$json
->
{
labels
}})
{
push
@
{
$d
{
labels
}},
$label
->
{
title
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment