Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
natemcmaster authored Nov 13, 2021
1 parent 78bb41d commit 4a3261f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
inputs:
debug-only:
description: Run in debug mode
required: false
default: 'false'
schedule:
- cron: '30 1 * * *'

Expand All @@ -9,13 +15,12 @@ jobs:
steps:
- uses: actions/stale@v4
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
exempt-issue-labels:
- announcement
- planning
exempt-issue-labels: announcement,planning
exempt-all-milestones: true
exempt-all-assignees: true
stale-issue-message: >
Expand Down

0 comments on commit 4a3261f

Please sign in to comment.