Skip to content

Close stale issues and PRs #355

Close stale issues and PRs

Close stale issues and PRs #355

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * MON-FRI' # 1:30 AM every weekday
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0
with:
stale-issue-message: 'This issue has been marked as stale because it has been open for 120 days without activity. Please remove the stale label or add a comment; otherwise, it will be closed in 7 days.'
days-before-stale: 120
days-before-close: 7
exempt-issue-labels: bug