diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 341850adcc..8aae051276 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -112,8 +112,8 @@ jobs: }) translationPrs.data.forEach(pr => { - //console.log(pr.labels) - if (pr.labels.some(label => label.name == "mergeable translations")) + console.log(pr.labels) + if (pr.labels.some(label => label.name == "mergeable translation")) console.log(pr.title) }) }