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