diff --git a/.github/stale.yml b/.github/stale.yml index c9418f6..b0a8dcf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,11 +1,12 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - - pinned + - next - security + - feature # 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