Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Fixed label typo
  • Loading branch information
matt2005 authored Nov 24, 2021
1 parent 59da8fe commit 80ab1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v4.0.0
with:
exempt-all-issue-assignees: true
stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 60 days.'
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'awaiting-approval,work-in-progress,dontclose,documentation,security,pinned,future-enchancement,enchancement'
exempt-issue-labels: 'awaiting-approval,work-in-progress,dontclose,documentation,security,pinned,future-enhancement,enhancement'
close-issue-message: 'This issue was closed because it has been stalled for 60 days with no activity.'
days-before-issue-close: 60
days-before-issue-stale: 120
Expand All @@ -22,4 +22,4 @@ jobs:
days-before-pr-stale: 45
days-before-pr-close: 30
stale-pr-label: 'no-pr-activity'
exempt-pr-labels: 'awaiting-approval,work-in-progress,dontclose,documentation,security,pinned,future-enchancement,enchancement'
exempt-pr-labels: 'awaiting-approval,work-in-progress,dontclose,documentation,security,pinned,future-enhancement,enhancement'

0 comments on commit 80ab1fd

Please sign in to comment.