diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 2da8e9a..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,20 +0,0 @@ - -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 120 - -# Number of days of inactivity before a stale issue is closed -daysUntilClose: false - -# Issues with these labels will never be considered stale -exemptLabels: [] - -# 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 -markComment: > - Close call! This issue has been marked as stale because it has not had - any recent activity. It should be closed if no further activity occurs. Add a comment - or push a commit to keep this issue stay alive and kicking. Thank you - for your contribution; it is appreciated. -