diff --git a/.github/stale.yml b/.github/stale.yml index b8f9bc5d8..c6637863b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 15 +daysUntilClose: 5 # Issues with these labels will never be considered stale exemptLabels: - High Priority @@ -17,4 +17,4 @@ markComment: > recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false \ No newline at end of file +closeComment: false