From d8ef5cd0b4dfc5e6aea0d47b8d1bc2aed356b1d1 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 11 May 2026 21:04:50 +0200 Subject: [PATCH] =?UTF-8?q?Enable=20automerge=20=E2=80=94=20disable=20dry-?= =?UTF-8?q?run=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/automerge-docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/automerge-docs.yml b/.github/workflows/automerge-docs.yml index 8f54b7ef..da3cc989 100644 --- a/.github/workflows/automerge-docs.yml +++ b/.github/workflows/automerge-docs.yml @@ -3,9 +3,8 @@ name: Auto-merge docs PR on: status: -# Set to false when ready to auto-merge for real. env: - DRY_RUN: true + DRY_RUN: false permissions: contents: write