🐛 Fix (hopefully) username ignore check

This commit is contained in:
Alicia Sykes 2021-09-28 22:07:13 +01:00 committed by GitHub
parent 877585b19d
commit cf92331d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
remove-stale:
runs-on: ubuntu-latest
if: ${{ !['liss-bot','lissy93'].includes(github.event.inputs.name.toLowerCase()) }}
if: ${{ github.event.inputs.name != 'liss-bot' }}
steps:
- name: Remove Stale labels when Updated
uses: actions-cool/issues-helper@v2