Skip to content

Close stale issues and PRs #666

Close stale issues and PRs

Close stale issues and PRs #666

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
with:
stale-issue-message: 'Issues go stale after too much time without activity. If inactive for another 7 days this issue will be closed.'