File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Probot: Stale
2
+ # https://github.com/probot/stale
3
+
1
4
# Number of days of inactivity before an issue becomes stale
2
5
daysUntilStale : 60
3
6
4
7
# Number of days of inactivity before a stale issue is closed
5
- daysUntilClose : 7
8
+ # Set to false to disable. If disabled, issues still need to be closed
9
+ # manually, but will remain marked as stale.
10
+ daysUntilClose : false
6
11
7
12
# Issues with these labels will never be considered stale
8
13
exemptLabels :
9
14
- pinned
10
15
- security
11
16
12
17
# Label to use when marking an issue as stale
13
- staleLabel : wontfix
18
+ staleLabel : stale
14
19
15
20
# Comment to post when marking an issue as stale. Set to `false` to disable
16
21
markComment : >
17
- This issue has been automatically marked as stale because it has not had
18
- recent activity. It will be closed if no further activity occurs. Thank you
19
- for your contributions.
22
+ A friendly reminder that this issue had no activity for 60 days.
20
23
21
24
# Comment to post when closing a stale issue. Set to `false` to disable
22
25
closeComment : false
You can’t perform that action at this time.
0 commit comments