Skip to content

Implement workflow to monitor stale issues/PRs #189

Implement workflow to monitor stale issues/PRs

Implement workflow to monitor stale issues/PRs #189

Workflow file for this run

name: Release Drafter
on:
pull_request_target:
types: [closed]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}