Rob Walker | 460538a | 2020-11-19 06:12:07 -0800 | [diff] [blame] | 1 | # Stale config for https://github.com/marketplace/stale |
| 2 | # Issues with these labels will never be considered stale |
| 3 | exemptLabels: |
| 4 | - security |
| 5 | - blocked |
| 6 | |
| 7 | # Label to use when marking a pull request as stale |
| 8 | staleLabel: stale |
| 9 | |
| 10 | pulls: |
| 11 | # Number of days of inactivity before a pull request becomes stale |
Andrei Litvin | 6ecdff3 | 2022-08-31 15:51:15 -0400 | [diff] [blame] | 12 | daysUntilStale: 60 |
Rob Walker | 460538a | 2020-11-19 06:12:07 -0800 | [diff] [blame] | 13 | |
| 14 | # Number of days of inactivity before a stale pull request is closed |
Andrei Litvin | 6ecdff3 | 2022-08-31 15:51:15 -0400 | [diff] [blame] | 15 | daysUntilClose: 30 |
Rob Walker | 460538a | 2020-11-19 06:12:07 -0800 | [diff] [blame] | 16 | |
| 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 | |
| 27 | issues: |
| 28 | # Number of days of inactivity before a issue becomes stale |
Justin Wood | bcf40cd | 2022-01-25 20:18:59 -0800 | [diff] [blame] | 29 | daysUntilStale: 180 |
Rob Walker | 460538a | 2020-11-19 06:12:07 -0800 | [diff] [blame] | 30 | |
| 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. |