From 9cb20dd0b0678f2de7ac4b756f163e056a2a0859 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 28 Sep 2021 18:37:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Skip=20event=20if=20comment=20wa?= =?UTF-8?q?s=20by=20liss-bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/remove-stale-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-stale-label.yml b/.github/workflows/remove-stale-label.yml index aa266045..917a091a 100644 --- a/.github/workflows/remove-stale-label.yml +++ b/.github/workflows/remove-stale-label.yml @@ -7,7 +7,7 @@ on: jobs: remove-stale: runs-on: ubuntu-latest - if: ${{ github.event.inputs.name != 'lissy93'}} + if: ${{ !['liss-bot','lissy93'].includes(github.event.inputs.name.toLowerCase()) }} steps: - name: Remove Stale labels when Updated uses: actions-cool/issues-helper@v2