|
|
@ -1,9 +1,9 @@ |
|
|
|
# Number of days of inactivity before an Issue or Pull Request becomes stale |
|
|
|
daysUntilStale: 120 |
|
|
|
daysUntilStale: 60 |
|
|
|
|
|
|
|
# Number of days of inactivity before a stale Issue or Pull Request is closed. |
|
|
|
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. |
|
|
|
daysUntilClose: 30 |
|
|
|
daysUntilClose: 7 |
|
|
|
|
|
|
|
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable |
|
|
|
exemptLabels: |
|
|
|