diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-20 18:54:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 18:54:35 +0100 |
commit | fedeea6dde91874774f5a9eb518635427a88e86c (patch) | |
tree | 44aa881e6f9ab31e8ff40110d1f903bc5a5fe805 | |
parent | a57134de38b0609eb485975e6cc47b83dfc5f302 (diff) |
chore: remove stale bot (#16718)
-rw-r--r-- | .github/stale.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 5d48d1bd6..000000000 --- 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. |