Skip to content

Commit 8b644a6

Browse files
fix(github actions): release-please, add permission for labels (#3)
## what - fix issue where release-release could not create labels ([example](https://github.com/masterpointio/terraform-postgres-automation/actions/runs/14671513148/job/41180498293)). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated workflow permissions to allow the workflow to create or modify issue labels. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 75b5eaf commit 8b644a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: write
1010
pull-requests: write
11+
issues: write # required for label creation
1112

1213
jobs:
1314
release-please:

0 commit comments

Comments
 (0)