Skip to content

Close stale issues and PRs #456

Close stale issues and PRs

Close stale issues and PRs #456

Workflow file for this run

name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
days-before-stale: 365
stale-issue-label: 'stale issue'
stale-pr-label: 'stale pull request'
stale-issue-message: 'This issue has been automatically closed due to inactivity.'
stale-pr-message: 'This pull request has been automatically closed due to inactivity.'
days-before-close: 14
exempt-assignees: 'ddsjoberg,larmarange,emilyvertosick,jalavery,karissawhiting,larmarange,michaelcurry1123,shannonpileggi,zabore'
exempt-issue-labels: 'waiting,hackathon,help wanted'
exempt-all-milestones: true