From 2f3914ff7617952ff12d2ee6471b28df6439090a Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 24 Jan 2021 19:34:39 +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 0b43f7bb57..9eb707f150 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -138,7 +138,7 @@ jobs: await createTranslationBranchIfNeeded() await mergeExistingTranslationsIntoBranch() - async function createTranslationPrIfNeeded(owner: string) { + async function createTranslationPrIfNeeded(owner) { var translationPulls = await github.pulls.list({...repo, state: "open", head: context.repo.owner + ":" + translations });