diff --git a/.github/stale.yml b/.github/stale.yml index 3789f7dd5c..08c174b5ef 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,12 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 120 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed daysUntilClose: false -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - confirmed - - security # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable