Skip to content

Close Stale Issues #208

Close Stale Issues

Close Stale Issues #208

Workflow file for this run

name: Close Stale Issues
on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10
with:
stale-issue-message: |
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed if no further activity occurs within the next 2 days.
If you believe this issue is still relevant, please provide the requested information.
close-issue-message: |
This issue has been automatically closed due to inactivity.
If you have the requested information, feel free to reopen it or create a new issue.
days-before-issue-stale: 60
days-before-issue-close: 2
days-before-pr-stale: -1
days-before-pr-close: -1
stale-issue-label: "lifecycle/stale"
any-of-issue-labels: "triage/needs-information,priority/awaiting-more-evidence,help wanted"
operations-per-run: 100
ascending: true