Skip to content

Commit 9af5e3e

Browse files
authored
chore: Add issues write permission to release-please. (#131)
## Summary Github made changes that default to labels not being part of the pull-request permissions. ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
1 parent 9da3925 commit 9af5e3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
permissions:
1111
contents: write # Contents and pull-requests are for release-please to make releases.
1212
pull-requests: write
13+
issues: write
1314
outputs:
1415
python-plugin-released: ${{ steps.release.outputs['sdk/@launchdarkly/observability-python--release_created'] }}
1516
python-plugin-tag-name: ${{ steps.release.outputs['sdk/@launchdarkly/observability-python--tag_name'] }}

0 commit comments

Comments
 (0)