diff --git a/.github/stale.yml b/.github/stale.yml index 16fd3cfc6..8b301485c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,6 +3,9 @@ daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 +# After x days, lock the issue. +daysUntilLock: 1 +lockComment: false # Issues with these labels will never be considered stale exemptLabels: - "good first issue"