From 06091d1673b623dcc30b9000bc4c02d8eba41cd9 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 20:14:44 +0200 Subject: [PATCH] Update uncivbot.yml --- .github/workflows/uncivbot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index 0e0a0ed040..d044bca0c1 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -111,7 +111,10 @@ jobs: state: "open", }) - translationPrs.data.forEach(pr => { console.log(pr) }) + translationPrs.data.forEach(pr => { + if (pr.labels.includes("mergeable translations)) + console.log(pr.title) + }) }