Skip to content

Commit e14e37c

Browse files
authored
chore: update release-please workflow permissions (#85)
- Added `issues: write` permission to the release-please workflow to enable issue management capabilities. - Removed `skip-labeling: true` from the configuration to restore automatic labeling of releases.
1 parent 917e336 commit e14e37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: write
10+
issues: write
1011
pull-requests: write
1112

1213
jobs:
@@ -18,4 +19,3 @@ jobs:
1819
with:
1920
token: ${{ secrets.GITHUB_TOKEN }}
2021
release-type: node
21-
skip-labeling: true

0 commit comments

Comments
 (0)