Skip to content

Close stale issues and PRs #264

Close stale issues and PRs

Close stale issues and PRs #264

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
jobs:
stale:
runs-on: [self-hosted, linux]
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 2 days.'
days-before-issue-stale: 30
days-before-pr-stale: 90
days-before-close: 2
exempt-all-pr-assignees: true