summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-20 18:54:35 +0100
committerGitHub <noreply@github.com>2022-11-20 18:54:35 +0100
commitfedeea6dde91874774f5a9eb518635427a88e86c (patch)
tree44aa881e6f9ab31e8ff40110d1f903bc5a5fe805
parenta57134de38b0609eb485975e6cc47b83dfc5f302 (diff)
chore: remove stale bot (#16718)
-rw-r--r--.github/stale.yml33
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.