diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 780e31a..0000000 --- a/.github/stale.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 100 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 10 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security - - feature request -# 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: > - Thanks for contributing to this issue. As it has been 60 days since the last - activity, this issue is being automatically closed. This is often because the - request was already solved in some way and it just wasn't updated or it's no - longer applicable. If that's not the case, please do feel free to either - reopen this issue or open a new one. We'll gladly take a look again! -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false -only: issues