diff --git a/.github/stale.yml b/.github/stale.yml index c44ee2b..bc2d73a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,11 +1,14 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 2 +daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security + - feature + - enhancement + - help wanted + - bug + # 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