Skip to content

Commit

Permalink
Update stale.yml (microsoft#12813)
Browse files Browse the repository at this point in the history
* Update stale.yml

Change the number of days of inactivity before an issue becomes stale from 60 to 5 and the number of days of inactivity before a stale issue is closed from 7 to 5. Update the exempt labels based on the redefined set of GH labels.

* Implement stale.yml feedback.
  • Loading branch information
sophies927 authored Sep 2, 2022
1 parent ca5af24 commit 548938f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 30

# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7

# Issues with these labels will never be considered stale
exemptLabels:
- status:contributions-welcome
- status:more-info-needed
- status:duplicate
- type:enhancement
- contributions welcome
- feature request
- regression

# Label to use when marking an issue as stale
staleLabel: stale
Expand Down

0 comments on commit 548938f

Please sign in to comment.