From 8dba0a53602bc3a6e170b5ee35cea376672c5932 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Aug 2023 10:52:09 +0200 Subject: [PATCH] Improve issue handlers --- .github/workflows/issues-label-responder.yml | 6 ++---- .github/workflows/issues-stale.yml | 15 ++++----------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/.github/workflows/issues-label-responder.yml b/.github/workflows/issues-label-responder.yml index 1ab7258..ab7f265 100644 --- a/.github/workflows/issues-label-responder.yml +++ b/.github/workflows/issues-label-responder.yml @@ -12,9 +12,7 @@ jobs: name: Process Label Action runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Process Label Action - uses: hramos/respond-to-issue-based-on-label@v2 + - uses: hramos/respond-to-issue-based-on-label@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }} community support: @@ -30,7 +28,7 @@ jobs: If your problem or question has been resolved or answered, please come back and give an update here for other users encountering the same and then close this issue. If you are a paying subscriber and want this issue to be checked out by Safing, please send us a message [on Discord](https://discord.gg/safing) or [via Email](mailto:support@safing.io) with your username and the link to this issue, so we can prioritize accordingly. - need debug info: + needs debug info: comment: | Thank you for raising this issue with us. diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index 11d0fc1..7064fe1 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -13,14 +13,14 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} # Handle stale issues stale-issue-label: 'stale' # Exemptions - exempt-issue-assignees: 'dhaavi,Raphty' - exempt-issue-labels: 'support,faq,dependencies,pinned,security' + exempt-all-issue-assignees: true + exempt-issue-labels: 'support,dependencies,pinned,security' # Mark as stale days-before-issue-stale: 63 # 2 months / 9 weeks stale-issue-message: | @@ -32,12 +32,5 @@ jobs: close-issue-message: | This issue has been automatically closed because it has not had recent activity. Thank you for your contributions. - If the issue has not been resolved, you can find more information or continue the conversation here: - - - [Wiki & FAQ](https://wiki.safing.io/) - - [Get Help on Discord](https://discord.gg/safing) - - Please keep in mind that the free version of Portmaster only has limited support. If you find our work brings value to you, please consider supporting it by purchasing Portmaster Plus or Pro: https://safing.io/pricing/. - - If you already are a paying subscriber and want this issue to be checked out by Safing, please send us a message [on Discord](https://discord.gg/safing) or [via Email](mailto:support@safing.io) with your username and the link to this issue, so we can prioritize accordingly. + If the issue has not been resolved, you can [find more information in our Wiki](https://wiki.safing.io/) or [continue the conversation on our Discord](https://discord.gg/safing). # TODO: Handle stale PRs