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
e22f9a2691
commit
43577625e9
5
.github/workflows/uncivbot.yml
vendored
5
.github/workflows/uncivbot.yml
vendored
@ -125,11 +125,16 @@ jobs:
|
||||
pull_number: pr.number,
|
||||
base: translations })
|
||||
|
||||
try {
|
||||
await github.pulls.merge({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
pull_number: pr.number,
|
||||
merge_method: "squash" })
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
await createTranslationBranchIfNeeded()
|
||||
|
Loading…
Reference in New Issue
Block a user