From 77f71d414cd9a468e8657c9801102a1f1a15ab3e Mon Sep 17 00:00:00 2001 From: Jason Karns Date: Mon, 28 Jul 2025 09:17:42 -0400 Subject: [PATCH] Fix definition automerge ``` --merge, --rebase, or --squash required when not running interactively ``` --- .github/workflows/definitions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}