👷 Skip event if comment was by liss-bot

This commit is contained in:
Alicia Sykes 2021-09-28 18:37:56 +01:00 committed by GitHub
parent e54d662f73
commit 9cb20dd0b0
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: ${{ 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