Skip to content

Close stale issues and PRs #406

Close stale issues and PRs

Close stale issues and PRs #406

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 14 * * *' # 2pm UTC == 6am PST
permissions:
contents: write
issues: write
pull-requests: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
exempt-pr-labels: 'pinned,security,dependencies'
stale-pr-label: 'wontfix'
days-before-pr-stale: 10
days-before-pr-close: 30
stale-pr-message: >
This pull request is stale because it has been open 5 days with no activity. Remove stale label or comment or this will be closed in 5 days.