Skip to content

Commit

Permalink
Change release drafter permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Nov 2, 2023
1 parent 9e027f7 commit 33ca747
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ on:
pull_request:
types: [ opened, reopened, synchronize ]

permissions:
contents: read

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:
# Drafts your next Release notes as Pull Requests are merged into "main"
Expand Down

0 comments on commit 33ca747

Please sign in to comment.