Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-23 20:57:00 +02:00 committed by GitHub
parent 6c7ac90838
commit 1f595dd2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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