Skip to content

chore: add Sponsor button and FUNDING.yml (#36) #70

chore: add Sponsor button and FUNDING.yml (#36)

chore: add Sponsor button and FUNDING.yml (#36) #70

name: Release Drafter
on:
push:
branches: [main]
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
update-release-draft:
name: Draft release notes
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}