Skip to content

delete should happen regardless if there are tickets associated (#1240) #428

delete should happen regardless if there are tickets associated (#1240)

delete should happen regardless if there are tickets associated (#1240) #428

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/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"