diff --git a/.github/workflows/definitions.yml b/.github/workflows/definitions.yml index 729c9b9a..1ac8c0bd 100644 --- a/.github/workflows/definitions.yml +++ b/.github/workflows/definitions.yml @@ -27,6 +27,6 @@ jobs: run: | git push -fu origin HEAD gh pr create --fill -t "Scraped definitions" - gh pr merge --auto + gh pr merge --auto --merge env: GH_TOKEN: ${{ secrets.BOT_TOKEN }}