mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
👷 Skip event if comment was by liss-bot
This commit is contained in:
parent
e54d662f73
commit
9cb20dd0b0
2
.github/workflows/remove-stale-label.yml
vendored
2
.github/workflows/remove-stale-label.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
remove-stale:
|
remove-stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.inputs.name != 'lissy93'}}
|
if: ${{ !['liss-bot','lissy93'].includes(github.event.inputs.name.toLowerCase()) }}
|
||||||
steps:
|
steps:
|
||||||
- name: Remove Stale labels when Updated
|
- name: Remove Stale labels when Updated
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: actions-cool/issues-helper@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user