From dd07cd47e6185a3fb9bff7acc412170524315034 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 20:21:24 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 1 + 1 file changed, 1 insertion(+) 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) })