Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-23 20:54:00 +02:00 committed by GitHub
parent fbb84ff5dd
commit 6c7ac90838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ jobs:
base: translations })
if (pr.data.state == "open" && pr.data.mergeable)
await context.github.pulls.merge({
await github.pulls.merge({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: pr.number,