|
| 1 | +# Number of days of inactivity before an issue becomes stale |
| 2 | +daysUntilStale: 14 |
| 3 | +# Number of days of inactivity before a stale issue is closed |
| 4 | +daysUntilClose: 7 |
| 5 | +# Issues with these labels will never be considered stale |
| 6 | +exemptLabels: |
| 7 | + - Merge After Thaw |
| 8 | +# Label to use when marking an issue as stale |
| 9 | +staleLabel: stale |
| 10 | +# Comment to post when marking an issue as stale. Set to `false` to disable |
| 11 | +markComment: > |
| 12 | + The QGIS project highly values your contribution and would love to see |
| 13 | + this work merged! |
| 14 | + Unfortunately this PR has not had any activity in the last 14 days and |
| 15 | + is being automatically marked as "stale". |
| 16 | + If you think this pull request should be merged, please check |
| 17 | +
|
| 18 | + - that all unit tests are passing |
| 19 | +
|
| 20 | + - that all comments by reviewers have been addressed |
| 21 | +
|
| 22 | + - that there is enough information for reviewers, in particular |
| 23 | +
|
| 24 | + - link to any issues which this pull request fixes |
| 25 | +
|
| 26 | + - add a description of workflows which this pull request fixes |
| 27 | +
|
| 28 | + - add screenshots if applicable |
| 29 | +
|
| 30 | + - that you have written unit tests where possible |
| 31 | +
|
| 32 | + In case you should have any uncertainty, please leave a comment and we will |
| 33 | + be happy to help you proceed with this pull request. |
| 34 | +
|
| 35 | + If there is no further activity on this pull request, it will be closed in a |
| 36 | + week. |
| 37 | +
|
| 38 | +# Comment to post when closing a stale issue. Set to `false` to disable |
| 39 | +closeComment: > |
| 40 | + While we hate to see this happen, this PR has been automatically closed because |
| 41 | + it has not had any activity in the last 21 days. If this pull request should be |
| 42 | + reconsidered, please follow the guidelines in the previous comment and reopen |
| 43 | + this pull request. Or, if you have any further questions, just ask! We love to |
| 44 | + help, and if there's anything the QGIS project can do to help push this PR forward |
| 45 | + please let us know how we can assist. |
| 46 | +
|
0 commit comments