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

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,