Skip to content

Close Stale Issues #1005

Close Stale Issues

Close Stale Issues #1005

Workflow file for this run

name: Close Stale Issues
on:
schedule:
- cron: 30 1 * * *
permissions:
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10.3.0
with:
stale-issue-message: This issue is stale because it has been open 6 months with no activity. Remove the stale label or comment to revive it; otherwise this will be closed in 7 days.
stale-pr-message: This PR is stale because it has been open 6 month with no activity. Remove the stale label or comment to revive it; otherwise this will be closed in 7 days.
stale-issue-label: stale
exempt-issue-labels: "bug"
days-before-issue-stale: 180
days-before-pr-stale: 180
days-before-close: 7
days-before-pr-close: 7