diff --git a/.github/stale.yml b/.github/stale.yml index c613dec..8f234a1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,12 +1,13 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 14 +daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 3 +daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - pinned - security - willfix + - enhancement # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable