feat: merging a release-labeled PR is the release #97
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -45,6 +45,9 @@ permissions:
|
||||||
# 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`.
|
||||||
pull-requests: write
|
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:
|
jobs:
|
||||||
# The merge door (#96), riding pushes to main (see the trigger comment:
|
# The merge door (#96), riding pushes to main (see the trigger comment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue