Skip to content

πŸ”„ synced local '.github/' with remote 'github/' (#532) #514

πŸ”„ synced local '.github/' with remote 'github/' (#532)

πŸ”„ synced local '.github/' with remote 'github/' (#532) #514

---
name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: πŸš€ Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}