diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 9798a4492c..341850adcc 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.includes("mergeable translations")) + //console.log(pr.labels) + if (pr.labels.some(label => label.name == "mergeable translations")) console.log(pr.title) }) }