Skip to content

Commit

Permalink
Bump stale time to close from 7 days to 60, add more exempt labels
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bartos authored Apr 10, 2019
1 parent fee971c commit 364cbf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
daysUntilStale: 60

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

# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- Confirmed
- Feature proposal
- Question


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

0 comments on commit 364cbf3

Please sign in to comment.