diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18810ba..37b7e72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,9 @@ permissions: # scope): the decide step's label read (commits//pulls) and the bump # fallback's `gh pr create --label`. pull-requests: write + # ...and the --label on that fallback PR rides the ISSUES API (labels.yml + # grants the same pair for the same reason). + issues: write jobs: # The merge door (#96), riding pushes to main (see the trigger comment: