From 25a277eb39ae67b3bb7a8051eb1041cf4a051198 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 3 Apr 2024 23:56:16 -0700 Subject: [PATCH] chore: re-configure enable automerge --- .github/workflows/notify-bzlmod-archive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-bzlmod-archive.yml b/.github/workflows/notify-bzlmod-archive.yml index 60a2ef4..bdc0604 100644 --- a/.github/workflows/notify-bzlmod-archive.yml +++ b/.github/workflows/notify-bzlmod-archive.yml @@ -23,6 +23,6 @@ jobs: body: '' branch: 'add-${{ github.event.client_payload.repo }}-${{ github.event.client_payload.tag_name }}' - name: enable automerge - run: gh pr merge --merge --auto "1" + run: gh pr merge --auto env: GH_TOKEN: ${{ github.token }}