Skip to content

Include draft PRs in pr-check input (#1170) #415

Include draft PRs in pr-check input (#1170)

Include draft PRs in pr-check input (#1170) #415

Workflow file for this run

name: Release Draft
on:
workflow_dispatch:
push:
branches:
- main
release:
types: [published]
permissions:
contents: write
jobs:
release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Draft
uses: crs-k/release-draft@v0.7.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"