|
@@ -1,11 +1,12 @@
|
|
|
# Number of days of inactivity before an issue becomes stale
|
|
|
-daysUntilStale: 15
|
|
|
+daysUntilStale: 20
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
|
-daysUntilClose: 3
|
|
|
+daysUntilClose: 5
|
|
|
# Issues with these labels will never be considered stale
|
|
|
exemptLabels:
|
|
|
- pinned
|
|
|
- security
|
|
|
+ - active
|
|
|
# Label to use when marking an issue as stale
|
|
|
staleLabel: inactive
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|