diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 5d48d1bd6b..0000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,33 +0,0 @@ -# https://github.com/probot/stale - -daysUntilStale: 60 - -daysUntilClose: 7 - -exemptLabels: - - bug - - suggestion - - feat - - refactor - - chore - - tests - - build - - docs - - flaky - - perf - - needs investigation - -exemptMilestones: true - -staleLabel: stale - -markComment: > - This issue has been [automatically marked as stale](https://github.com/marketplace/stale) - because it has not had recent activity. It will be closed in 7 days if no - further activity occurs. Thank you for your contributions. - -pulls: - markComment: > - This pull request has been [automatically marked as stale](https://github.com/marketplace/stale) - because it has not had recent activity. It will be closed in 7 days if no - further activity occurs. Thank you for your contributions.