Skip to content

Commit

Permalink
fix autolabeler by adding write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 7, 2024
1 parent a498a39 commit b7268d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:

jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: write
runs-on: ubuntu-latest
steps:
# Draft your next Release notes as Pull Requests are merged into the default branch
Expand Down

0 comments on commit b7268d7

Please sign in to comment.