mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-25 23:29:47 +07:00
Update uncivbot.yml
This commit is contained in:
2
.github/workflows/uncivbot.yml
vendored
2
.github/workflows/uncivbot.yml
vendored
@ -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)
|
||||
})
|
||||
|
Reference in New Issue
Block a user