--- name: Release Drafter # yamllint disable-line rule:truthy on: workflow_dispatch: push: branches: - main permissions: {} jobs: update_release_draft: name: ✏️ Draft release runs-on: ubuntu-24.04-arm permissions: contents: write pull-requests: read steps: - name: 🚀 Run Release Drafter uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0 with: commitish: ${{ github.sha }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}