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:
parent
700e2185eb
commit
0b6318fe24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue