mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-21 20:54:54 +02:00
🐛 Fix (hopefully) username ignore check
This commit is contained in:
parent
877585b19d
commit
cf92331d8e
2
.github/workflows/remove-stale-label.yml
vendored
2
.github/workflows/remove-stale-label.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user