File tree 1 file changed +18
-7
lines changed
1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 2
2
daysUntilStale : 90
3
3
4
4
# Number of days of inactivity before a stale issue is closed
5
- daysUntilClose : 30
5
+ daysUntilClose : 90
6
6
7
7
# Issues with these labels will never be considered stale
8
8
exemptLabels :
9
- - Confirmed Bug
10
- - Needs Milestone
9
+ - pinned
10
+ - security
11
11
12
12
# Label to use when marking an issue as stale
13
13
staleLabel : stale
14
14
15
15
# Comment to post when marking an issue as stale. Set to `false` to disable
16
16
markComment : >
17
- This issue has been automatically marked as stale because it has not had
18
- recent activity. It will be closed in 30 days if no further activity occurs.
19
- Thank you for your contributions.
17
+ There has been no activity in this thread for 90 days. While we care about
18
+ every issue and we’d love to see this fixed, the core team’s time is
19
+ limited so we have to focus our attention on the issues that are most
20
+ pressing. Therefore, we will likely not be able to get to this one.
21
+
22
+
23
+ However, PRs for this issue will of course be accepted and welcome!
24
+
25
+
26
+ If there is no more activity in the next 90 days, this issue will be closed
27
+ automatically for housekeeping. To prevent this, simply leave a reply here.
28
+ Thanks!
20
29
21
30
# Comment to post when closing a stale issue. Set to `false` to disable
22
- closeComment : false
31
+ closeComment : >
32
+ This issue will be closed due to lack of activity for 6 months. If you’d
33
+ like this to be reopened, just leave a comment; we do monitor them!
You can’t perform that action at this time.
0 commit comments