Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Jun 28, 2022
1 parent 17a4f9b commit f0e7986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Expand Up @@ -13,13 +13,14 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v5
with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
days-before-stale: 365
days-before-close: 14
stale-issue-label: stale
close-issue-label: closed-stale
close-issue-reason: not_planned
exempt-issue-labels: announcement,planning
exempt-all-milestones: true
exempt-all-assignees: true
Expand Down

0 comments on commit f0e7986

Please sign in to comment.