Skip to content

stale issues and PRs #272

stale issues and PRs

stale issues and PRs #272

Workflow file for this run

name: 'stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: 14
days-before-issue-stale: 90
days-before-issue-close: 21