Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-24 19:34:39 +02:00 committed by GitHub
parent 09d6ecb246
commit 2f3914ff76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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