This repository was archived by the owner on Feb 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Number of days of inactivity before an issue becomes stale
2
2
daysUntilStale : 7
3
+
3
4
# Number of days of inactivity before a stale issue is closed
4
5
daysUntilClose : 14
6
+
5
7
# Issues with these labels will never be considered stale
6
8
exemptLabels :
9
+ - bug
10
+ - critical
11
+ - pending
7
12
- enhancement
8
13
- feature request
9
14
- for later
10
15
- help needed
11
16
- in progress
17
+
18
+ # Set to true to ignore issues in a project (defaults to false)
19
+ exemptProjects : true
20
+
21
+ # Set to true to ignore issues in a milestone (defaults to false)
22
+ exemptMilestones : true
23
+
24
+ # Set to true to ignore issues with an assignee (defaults to false)
25
+ exemptAssignees : true
26
+
12
27
# Label to use when marking an issue as stale
13
28
staleLabel : no answer
29
+
14
30
# Comment to post when marking an issue as stale. Set to `false` to disable
15
31
markComment : >
16
32
This issue has been automatically marked as stale because it has not had
17
33
recent activity. It will be closed if no further activity occurs. Thank you
18
34
for your contributions.
35
+
19
36
# Comment to post when closing a stale issue. Set to `false` to disable
20
- closeComment : true
37
+ closeComment : >
38
+ This issue has been automatically closed because it has not had
39
+ recent activity. Thank you for your contributions.
You can’t perform that action at this time.
0 commit comments