mirror of https://github.com/Lissy93/dashy.git
Merge branch 'master' of github.com:Lissy93/dashy into IMPROVMENTS/user-requested-modifications
This commit is contained in:
commit
37a22db971
|
@ -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…
Reference in New Issue