chore: the permissions comment must not pre-match the ordering pin's grep

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
dan-claude-bot 2026-07-19 16:34:56 +00:00
parent 700e2185eb
commit 0b6318fe24

View file

@ -35,7 +35,7 @@ on:
branches: [main] branches: [main]
permissions: 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 # Two consumers (a declared permissions: block zeroes every unspecified
# scope): the decide step's label read (commits/<sha>/pulls) and the bump # scope): the decide step's label read (commits/<sha>/pulls) and the bump
# fallback's `gh pr create --label`. # fallback's `gh pr create --label`.