Skip to content

Close stale issues and PRs #111

Close stale issues and PRs

Close stale issues and PRs #111

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 12 * * *'
workflow_dispatch:
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is now marked as stale because it has not received any updates since 2 years. Add any relevant comment to stop the stale process or this will be closed in 30 days. All feedbacks are welcome!'
days-before-stale: 730
days-before-close: 30
exempt-all-milestones: true