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