From 581e53b3eed4696f31f22640136aba189a2c06a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:51:50 +0000 Subject: [PATCH] ci: sync with template repository --- .github/workflows/merge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index d0b8e78..5484bee 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -28,6 +28,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} - name: Enable Merge-on-green + if: ! always() run: | gh pr edit ${{ github.event.pull_request.html_url }} --add-label "automerge: exact" env: