Skip to content

Merge pull request #156 from community-scripts/dependabot/npm_and_yar… #88

Merge pull request #156 from community-scripts/dependabot/npm_and_yar…

Merge pull request #156 from community-scripts/dependabot/npm_and_yar… #88

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}