blob: 4f6adeea522da616896938f4d3da6b33226266d0 [file] [log] [blame]
Rob Walker460538a2020-11-19 06:12:07 -08001# Stale config for https://github.com/marketplace/stale
2# Issues with these labels will never be considered stale
3exemptLabels:
4 - security
5 - blocked
6
7# Label to use when marking a pull request as stale
8staleLabel: stale
9
10pulls:
11 # Number of days of inactivity before a pull request becomes stale
Andrei Litvin6ecdff32022-08-31 15:51:15 -040012 daysUntilStale: 60
Rob Walker460538a2020-11-19 06:12:07 -080013
14 # Number of days of inactivity before a stale pull request is closed
Andrei Litvin6ecdff32022-08-31 15:51:15 -040015 daysUntilClose: 30
Rob Walker460538a2020-11-19 06:12:07 -080016
17 # Comment to post when marking a pull request as stale. Set to `false` to disable
18 markComment: >
19 This pull request has been automatically marked as stale because it has not had
20 recent activity. It will be closed if no further activity occurs.
21
22 # Comment to post when closing a stale pull request. Set to `false` to disable
23 closeComment: >
24 This stale pull request has been automatically closed.
25 Thank you for your contributions.
26
27issues:
28 # Number of days of inactivity before a issue becomes stale
Justin Woodbcf40cd2022-01-25 20:18:59 -080029 daysUntilStale: 180
Rob Walker460538a2020-11-19 06:12:07 -080030
31 # Number of days of inactivity before a stale issue is closed
32 daysUntilClose: 7
33
34 # Comment to post when marking a issue as stale. Set to `false` to disable
35 markComment: >
36 This issue has been automatically marked as stale because it has not had
37 recent activity. It will be closed if no further activity occurs.
38
39 # Comment to post when closing a stale issue. Set to `false` to disable
40 closeComment: >
41 This stale issue has been automatically closed.
42 Thank you for your contributions.