Skip to content

Commit

Permalink
Merge pull request #55626 from waynew/stalebot-updates
Browse files Browse the repository at this point in the history
Enhance Stalebot
  • Loading branch information
dwoz authored Jan 7, 2020
2 parents 2406425 + 9a6406d commit 513237c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

# Number of days of inactivity before an issue becomes stale
# 600 is approximately 1 year and 8 months
daysUntilStale: 600
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:
# - pinned
# - security
exemptLabels:
- Confirmed
- Blocker
- Critical
- P1
- P2

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

0 comments on commit 513237c

Please sign in to comment.