Skip to content

Merge pull request #246 from pasha121/patch-1 #424

Merge pull request #246 from pasha121/patch-1

Merge pull request #246 from pasha121/patch-1 #424

name: Release Drafter
permissions:
contents: write
pull-requests: read
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize, labeled]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: RELEASE_DRAFTER.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}