Skip to content

Close stale issues and PRs #38

Close stale issues and PRs

Close stale issues and PRs #38

Workflow file for this run

name: Close stale issues and PRs
on:
schedule:
- cron: '0 8 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
days-before-stale: 21
days-before-close: 0
exempt-issue-labels: do-not-close
exempt-pr-labels: do-not-close