Skip to content

Merge pull request #389 from noppefoxwolf/hotfix/supports-503-html-re… #120

Merge pull request #389 from noppefoxwolf/hotfix/supports-503-html-re…

Merge pull request #389 from noppefoxwolf/hotfix/supports-503-html-re… #120

name: Release Drafter
on:
# Allow running it manually in case we forget to label a PR before merging
workflow_dispatch:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}