File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Configuration for probot-stale - https://github.com/probot/stale
2
+
3
+ # Number of days of inactivity before an Issue becomes stale
4
+ daysUntilStale : 60
5
+
6
+ # Number of days of inactivity before a stale Issue is closed.
7
+ # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
+ daysUntilClose : 7
9
+
10
+ # Issues with these labels will never be considered stale. Set to `[]` to disable
11
+ exemptLabels :
12
+ - bug
13
+ - docs improvement
14
+ - help wanted
15
+
16
+ # Label to use when marking as stale
17
+ staleLabel : stale
18
+
19
+ issues :
20
+ # Comment to post when marking Issues as stale.
21
+ markComment : >
22
+ This issue has been automatically marked as stale because it has not had any
23
+ recent activity. It will be closed in 7 days if no further activity occurs.
24
+ # Comment to post when closing a stale Issue.
25
+ closeComment : >
26
+ This issue has been automatically closed because it has not had any recent
27
+ activity. If you have a question or comment, please open a new issue.
You can’t perform that action at this time.
0 commit comments