|
| 1 | +# Label to use when marking an issue or a PR as stale |
| 2 | +staleLabel: stale |
| 3 | + |
| 4 | +# Configuration for issues |
| 5 | +issues: |
| 6 | + # Number of days of inactivity before an issue becomes stale |
| 7 | + daysUntilStale: 90 |
| 8 | + # Comment to post when marking an issue as stale. Set to `false` to disable |
| 9 | + markComment: > |
| 10 | + This issue has been marked stale because it has not seen any activity within |
| 11 | + three months. If you believe this to be an error, please contact one of the code owners. |
| 12 | + This issue will be closed within 15 days of being stale. |
| 13 | + # Number of days of inactivity before a stale issue is closed |
| 14 | + daysUntilClose: 15 |
| 15 | + # Comment to post when closing a stale issue. Set to `false` to disable |
| 16 | + closeComment: > |
| 17 | + This issue has been closed due to continued inactivity. Thank you for your understanding. |
| 18 | + If you believe this to be in error, please contact one of the code owners. |
| 19 | +# Configuration for pull requests |
| 20 | +pulls: |
| 21 | + # Number of days of inactivity before a PR becomes stale |
| 22 | + daysUntilStale: 60 |
| 23 | + # Comment to post when marking a PR as stale. Set to `false` to disable |
| 24 | + markComment: > |
| 25 | + This pull request has been marked stale because it has not seen any activity |
| 26 | + within two months. It will be closed within 15 days of being stale |
| 27 | + unless there is new activity. |
| 28 | + # Number of days of inactivity before a stale PR is closed |
| 29 | + daysUntilClose: 15 |
| 30 | + # Comment to post when closing a stale issue. Set to `false` to disable |
| 31 | + closeComment: > |
| 32 | + This pull request has been closed due to continued inactivity. If you are |
| 33 | + interested in finishing the proposed changes, then feel free to re-open |
| 34 | + this pull request or open a new one. |
0 commit comments