From 0b6318fe240f1951ce95e28b586172107bba7615 Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Sun, 19 Jul 2026 16:34:56 +0000 Subject: [PATCH] chore: the permissions comment must not pre-match the ordering pin's grep Co-Authored-By: Claude Fable 5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf37c93..898007b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ on: branches: [main] permissions: - contents: write # tag ref + gh release create + the bump push + contents: write # the tag ref, the release publish, the bump push # Two consumers (a declared permissions: block zeroes every unspecified # scope): the decide step's label read (commits//pulls) and the bump # fallback's `gh pr create --label`.