mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Update uncivbot.yml
This commit is contained in:
parent
2f3914ff76
commit
bf75ca2ec8
7
.github/workflows/uncivbot.yml
vendored
7
.github/workflows/uncivbot.yml
vendored
@ -135,10 +135,8 @@ jobs:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await createTranslationBranchIfNeeded()
|
|
||||||
await mergeExistingTranslationsIntoBranch()
|
|
||||||
|
|
||||||
async function createTranslationPrIfNeeded(owner) {
|
async function createTranslationPrIfNeeded() {
|
||||||
var translationPulls = await github.pulls.list({...repo,
|
var translationPulls = await github.pulls.list({...repo,
|
||||||
state: "open",
|
state: "open",
|
||||||
head: context.repo.owner + ":" + translations });
|
head: context.repo.owner + ":" + translations });
|
||||||
@ -156,4 +154,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await createTranslationBranchIfNeeded()
|
||||||
|
await mergeExistingTranslationsIntoBranch()
|
||||||
|
await createTranslationPrIfNeeded()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user