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) })