2020-12-15 08:06:17 +01:00
|
|
|
name: "Handle stale pull requests"
|
2020-12-15 07:35:36 +01:00
|
|
|
on:
|
|
|
|
schedule:
|
2020-12-22 09:21:00 +01:00
|
|
|
- cron: "30 2 * * *"
|
2020-12-15 07:35:36 +01:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
stale:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/stale@v3
|
|
|
|
with:
|
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
2020-12-22 08:19:42 +01:00
|
|
|
stale-pr-message: >
|
2020-12-21 23:33:49 +01:00
|
|
|
The QGIS project highly values your contribution and would love to see
|
|
|
|
this work merged!
|
|
|
|
Unfortunately this PR has not had any activity in the last 14 days and
|
|
|
|
is being automatically marked as "stale".
|
|
|
|
If you think this pull request should be merged, please check
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- that all unit tests are passing
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- that all comments by reviewers have been addressed
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- that there is enough information for reviewers, in particular
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- link to any issues which this pull request fixes
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- add a description of workflows which this pull request fixes
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- add screenshots if applicable
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
- that you have written unit tests where possible
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
In case you should have any uncertainty, please leave a comment and we will
|
|
|
|
be happy to help you proceed with this pull request.
|
2020-12-15 07:35:36 +01:00
|
|
|
|
2020-12-21 23:33:49 +01:00
|
|
|
If there is no further activity on this pull request, it will be closed in a
|
|
|
|
week.
|
|
|
|
|
|
|
|
|
2020-12-15 07:35:36 +01:00
|
|
|
close-pr-message: >
|
2020-12-21 23:33:49 +01:00
|
|
|
While we hate to see this happen, this PR has been automatically closed because
|
|
|
|
it has not had any activity in the last 21 days. If this pull request should be
|
|
|
|
reconsidered, please follow the guidelines in the previous comment and reopen
|
|
|
|
this pull request. Or, if you have any further questions, just ask! We love to
|
|
|
|
help, and if there's anything the QGIS project can do to help push this PR forward
|
|
|
|
please let us know how we can assist.
|
|
|
|
|
|
|
|
|
2020-12-15 07:35:36 +01:00
|
|
|
stale-pr-label: 'stale'
|
2020-12-22 07:55:50 +01:00
|
|
|
exempt-pr-labels: 'Merge After Thaw'
|
2020-12-15 07:35:36 +01:00
|
|
|
days-before-stale: 14
|
|
|
|
days-before-close: 7
|