File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
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 : 90
3
+
3
4
# Number of days of inactivity before a stale issue is closed
4
5
daysUntilClose : 30
6
+
5
7
# Issues with these labels will never be considered stale
6
8
exemptLabels :
7
9
- pinned
8
10
- security
9
11
- bug
12
+
13
+ # Set to true to ignore issues in a milestone (defaults to false)
14
+ exemptMilestones : true
15
+
16
+ # Set to true to ignore issues with an assignee (defaults to false)
17
+ exemptAssignees : true
18
+
10
19
# Label to use when marking an issue as stale
11
20
staleLabel : stale
21
+
12
22
# Comment to post when marking an issue as stale. Set to `false` to disable
13
23
markComment : >
14
24
This issue has been automatically marked as stale because it has not had
15
25
recent activity. After 30 days from now, it will be closed if no further
16
26
activity occurs. Thank you for your contributions.
27
+
17
28
# Comment to post when closing a stale issue. Set to `false` to disable
18
29
closeComment : false
You can’t perform that action at this time.
0 commit comments