fix: add missing issues:write permission for PR autolabeler (#20) #35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release Drafter | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| draft-release: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| uses: commit-check/.github/.github/workflows/release-drafter.yml@main |