mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-06 07:31:26 +07:00
Update uncivbot.yml
This commit is contained in:
parent
2f3914ff76
commit
bf75ca2ec8
9
.github/workflows/uncivbot.yml
vendored
9
.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,
|
||||
state: "open",
|
||||
head: context.repo.owner + ":" + translations });
|
||||
@ -155,5 +153,8 @@ jobs:
|
||||
body: 'Translations PR created' });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
await createTranslationBranchIfNeeded()
|
||||
await mergeExistingTranslationsIntoBranch()
|
||||
await createTranslationPrIfNeeded()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user