1
1
# Default values: https://probot.github.io/apps/stale/#installation
2
2
3
- daysUntilStale : 180
3
+ daysUntilStale : 1160 # ~3 yrs 2 months
4
+ daysUntilClose : 30
4
5
5
6
exemptLabels :
6
7
- C-tracking-issue # keep tracking issues open
@@ -10,22 +11,14 @@ exemptLabels:
10
11
staleLabel : stale
11
12
12
13
markComment : >
13
- As there hasn't been any activity here in over 6 months I've marked this as
14
- stale and if no further activity happens for 7 days I will close it.
15
-
16
-
17
- [I'm a bot](https://github.com/probot/stale) so this may be in error! If this
18
- issue should remain open, could someone (the author, a team member, or any
19
- interested party) please comment to that effect?
20
-
21
-
22
- The team would be especially grateful if such a comment included details such
23
- as:
14
+ As there hasn't been any activity here in a while would someone (the author, a
15
+ team member, or any interested party) be able to summarise the current state,
16
+ perhaps making explicit:
24
17
* Is this still relevant?
25
18
* If so, what is blocking it?
26
19
* Is it known what could be done to help move this forward?
27
20
28
- Thank you for contributing !
21
+ Thank you!
29
22
30
23
31
24
(The cargo team is currently evaluating the use of Stale bot, and using #6035
@@ -38,7 +31,7 @@ markComment: >
38
31
acceptable!
39
32
40
33
closeComment : >
41
- As I didn't see any updates I'm going to close this due to being stale .
34
+ As I didn't see any updates in 30 days I'm going to close this.
42
35
Please see the previous comment for more information!
43
36
44
37
limitPerRun : 1 # 1 per hour, so 24 per day
0 commit comments