Skip to content

Commit

Permalink
[chore] Merge stale issue and stale pr
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 18, 2021
1 parent 7c35e62 commit da0040b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 47 deletions.
39 changes: 36 additions & 3 deletions .github/workflows/stale_pr.yml → .github/workflows/stale.yml
@@ -1,4 +1,4 @@
name: 👓 Handle stale pull requests
name: 👓 Handle stale issues
on:
schedule:
- cron: "30 2 * * *"
Expand Down Expand Up @@ -50,5 +50,38 @@ jobs:
stale-pr-label: 'stale'
exempt-pr-labels: 'Merge After Thaw'
days-before-stale: 14
days-before-close: 7
days-before-pr-stale: 14
days-before-pr-close: 7

stale-issue-message: >
The QGIS project highly values your report and would love to see it addressed.
However, this issue has been left in feedback mode for the last 14 days and is
being automatically marked as "stale".
If you would like to continue with this issue, please provide any missing information
or answer any open questions. If you could resolve the issue yourself meanwhile,
please leave a note for future readers with the same problem and close the issue.
In case you should have any uncertainty, please leave a comment and we will be
happy to help you proceed with this issue.
If there is no further activity on this issue, it will be closed in a week.
close-issue-message: >
While we hate to see this happen, this issue has been automatically closed because
it has not had any activity in the last 42 days despite being marked as feedback.
If this issue should be reconsidered, please follow the guidelines in the previous
comment and reopen this issue.
Or, if you have any further questions, there are also
[further support channels](https://www.qgis.org/en/site/forusers/support.html)
that can help you.
stale-issue-label: 'stale'
only-issue-labels: 'feedback'
days-before-issue-stale: 14
days-before-issue-close: 28

operations-per-run: 1000
44 changes: 0 additions & 44 deletions .github/workflows/stale_issues.yml
@@ -1,44 +0,0 @@
name: 👓 Handle stale issues
on:
schedule:
- cron: "30 1 * * *"

jobs:
stale:
if: github.repository_owner == 'qgis'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: >
The QGIS project highly values your report and would love to see it addressed.
However, this issue has been left in feedback mode for the last 14 days and is
being automatically marked as "stale".
If you would like to continue with this issue, please provide any missing information
or answer any open questions. If you could resolve the issue yourself meanwhile,
please leave a note for future readers with the same problem and close the issue.
In case you should have any uncertainty, please leave a comment and we will be
happy to help you proceed with this issue.
If there is no further activity on this issue, it will be closed in a week.
close-issue-message: >
While we hate to see this happen, this issue has been automatically closed because
it has not had any activity in the last 42 days despite being marked as feedback.
If this issue should be reconsidered, please follow the guidelines in the previous
comment and reopen this issue.
Or, if you have any further questions, there are also
[further support channels](https://www.qgis.org/en/site/forusers/support.html)
that can help you.
stale-issue-label: 'stale'
only-labels: 'feedback'
days-before-stale: 14
days-before-close: 28
operations-per-run: 1000

0 comments on commit da0040b

Please sign in to comment.