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