mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-03 12:54:43 +07:00
Update uncivbot.yml
This commit is contained in:
parent
1f595dd2e7
commit
e22f9a2691
3
.github/workflows/uncivbot.yml
vendored
3
.github/workflows/uncivbot.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
||||
var translationPrs = await github.pulls.list({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
state: "open",
|
||||
state: "open"
|
||||
})
|
||||
|
||||
translationPrs.data.forEach(async pr => {
|
||||
@ -125,7 +125,6 @@ jobs:
|
||||
pull_number: pr.number,
|
||||
base: translations })
|
||||
|
||||
if (pr.data.state == "open" && pr.data.mergeable)
|
||||
await github.pulls.merge({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
Loading…
Reference in New Issue
Block a user