diff options
| author | Paolo Melchiorre <paolo@melchiorre.org> | 2022-10-04 18:45:40 +0200 |
|---|---|---|
| committer | Sanyam Khurana <8039608+CuriousLearner@users.noreply.github.com> | 2022-10-04 23:59:25 +0530 |
| commit | d71dd4750307743cd0cfdbb6dfa56c3e4802b200 (patch) | |
| tree | 11206ed16d9cda6c73cd8aed994ef4b1f15d05a5 /.github | |
| parent | ee129214fd5aec084d4fd84d1ad5309295c17cf2 (diff) | |
Fixed #1225 -- Increase stale bot days
Diffstat (limited to '.github')
| -rw-r--r-- | .github/stale.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index f9ebbced..e3dd9e89 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,10 +1,10 @@ # Documentation: https://github.com/probot/stale # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 14 # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > |
