From 1f595dd2e7a2460c90dbd0b9f2da1c1b9e558216 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 23 Jan 2021 20:57:00 +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 92e3464866..3c516dae38 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -111,7 +111,7 @@ jobs: state: "open", }) - translationPrs.data.forEach(pr => { + translationPrs.data.forEach(async pr => { if (pr.labels.some(label => label.name == "mergeable translation")) await tryMergePr(pr) })