Skip to content

Close Stale Issues #166

Close Stale Issues

Close Stale Issues #166

Workflow file for this run

name: "Close Stale Issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
cleanup:
runs-on: ubuntu-latest
name: "Close Stale Issues Job"
steps:
- uses: actions/[email protected]
with:
close-issue-message: This issue was closed due to inactivity. # optional
days-before-issue-stale: 14 # optional
days-before-pr-stale: -1 # optional
exempt-draft-pr: true # optional, default is false