mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
Merge branch 'master' of github.com:Lissy93/dashy into IMPROVMENTS/user-requested-modifications
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
remove-stale:
|
remove-stale:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ !['liss-bot','lissy93'].includes(github.event.inputs.name.toLowerCase()) }}
|
if: ${{ github.event.inputs.name != 'liss-bot' }}
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user