File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Documentation: 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
+ daysUntilClose : 7
8
+
9
+ # Comment to post when marking an issue as stale. Set to `false` to disable
10
+ markComment : >
11
+ This issue has been automatically marked as stale because it has not had
12
+ recent activity. It will be closed if no further activity occurs. Thank you
13
+ for your contributions.
14
+
15
+ # Comment to post when closing a stale issue. Set to `false` to disable
16
+ closeComment : false
17
+
18
+ # Limit the number of actions per hour, from 1-30. Default is 30
19
+ limitPerRun : 1
20
+
21
+ # Label to use when marking as stale
22
+ staleLabel : stale
You can’t perform that action at this time.
0 commit comments