aboutsummaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index c6026240d..000000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,26 +0,0 @@
1# Configuration for probot-stale - https://github.com/probot/stale
2
3# Number of days of inactivity before an Issue or Pull Request becomes stale
4daysUntilStale: 60
5
6# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8daysUntilClose: 999999
9
10# Issues with these labels will never be considered stale
11exemptLabels:
12 - blocker
13 - security
14
15# Label to use when marking an issue as stale
16staleLabel: "[Status] Stale"
17
18# Comment to post when marking an issue as stale. Set to `false` to disable
19markComment: >
20 This issue has been automatically marked as stale because it has not had
21 recent activity. Please check if this issue is still relevant and please close it if it's not.
22 This will make sure that our open issues are actually of use and reduce the list of obsolete issues.
23 Thank you for your contributions.
24
25# Comment to post when closing a stale issue. Set to `false` to disable
26closeComment: false