From 8293dcd9dcdbfd9fac21815c48d282bf9dfbeeb7 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 17 Oct 2021 12:37:25 +0100 Subject: [PATCH] :construction_worker: Add more ignore conditions to spam-control action --- .github/workflows/issue-spam-control.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-spam-control.yml b/.github/workflows/issue-spam-control.yml index 65de503c..1beb581b 100644 --- a/.github/workflows/issue-spam-control.yml +++ b/.github/workflows/issue-spam-control.yml @@ -10,6 +10,7 @@ jobs: ${{ ! contains( github.event.issue.labels.*.name, '📌 Keep Open') && ! contains( github.event.issue.labels.*.name, '🌈 Feedback') && + ! contains( github.event.issue.labels.*.name, '💯 Showcase') && github.event.comment.author_association != 'CONTRIBUTOR' }} runs-on: ubuntu-latest @@ -21,7 +22,7 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} message: | Welcome to Dashy 👋 - It's great to have you here, but unfortunately your ticket has been closed to prevent spam and low quality issues. Please ensure the following criteria are met, before reopening this issue. + It's great to have you here, but unfortunately your ticket has been closed to prevent spam. Before reopening this issue, please ensure the following criteria are met. Issues are sometimes closed when users: - Have only recently joined GitHub @@ -33,4 +34,4 @@ jobs: - You have checked the documentation for an existing solution - You have completed the relevant sections in the Issue template - Once you have verified the above standards are met, you may reopen this issue. + Once you have verified the above standards are met, you may reopen this issue. Sorry for any inconvenience caused, I'm just a bot, and sometimes make mistakes 🤖