Skip to content

Commit

Permalink
test: testing release drafter autolabeler
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Jun 25, 2024
1 parent 4ef709b commit 0d91f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ jobs:
contents: write
# write permission is required for autolabeler
# otherwise, read permission is required at least
pull-requests: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
with:
config-name: release_drafter_config.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d91f61

Please sign in to comment.