Skip to content

Merge pull request #470 from chickdan/fix_missing_platform_list_alert #260

Merge pull request #470 from chickdan/fix_missing_platform_list_alert

Merge pull request #470 from chickdan/fix_missing_platform_list_alert #260

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@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}