From 95f85fc120517bdc07b5620ed1a8b64aa868e430 Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:58:33 +1200 Subject: [PATCH] fix: drop invalid workflows permission from auto-merge caller GitHub rejects workflows as a permissions scope with Unexpected value workflows. The reusable fix in actionsforge/actions removes it there too. --- .github/workflows/auto-merge.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 4539eaf..83de167 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -10,8 +10,6 @@ permissions: contents: write pull-requests: write checks: read - # Required so Dependabot bumps that edit workflow YAML can merge. - workflows: write jobs: auto-merge: