Update uncivbot.yml

This commit is contained in:
Yair Morgenstern
2021-01-23 20:11:10 +02:00
committed by GitHub
parent 956c340226
commit e19c151494

View File

@ -105,7 +105,7 @@ jobs:
}
async function mergeExistingTranslationsIntoBranch(){
var translationPrs = github.pulls.list({
var translationPrs = await github.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
state: "open",