diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 3b9627e688..c22c854774 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -112,7 +112,7 @@ jobs: }) translationPrs.data.forEach(pr => { - if (pr.labels.includes("mergeable translations)) + if (pr.labels.includes("mergeable translations")) console.log(pr.title) }) }