Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/update-version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron5670 committed Oct 23, 2023
2 parents 3ba23e1 + 4683696 commit d446a0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ on:
# Only the following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]

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

jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d446a0b

Please sign in to comment.