mirror of https://github.com/Lissy93/dashy.git
⚗️ Try using event attributes instead
This commit is contained in:
parent
6ce4e3a889
commit
0fb813d893
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
remove-stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.inputs.name != 'liss-bot' && github.event.inputs.name != 'Lissy93' }}
|
||||
if: ${{ github.event.comment.author_association != 'COLLABORATOR' }}
|
||||
steps:
|
||||
- name: Remove Stale labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
add-awaiting-author:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.inputs.name != 'liss-bot' && github.event.inputs.name != 'Lissy93' }}
|
||||
if: ${{ github.event.comment.author_association != 'COLLABORATOR' }}
|
||||
steps:
|
||||
- name: Add Awaiting Author labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
remove-awaiting-author:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.inputs.name == 'Lissy93' }}
|
||||
if: ${{ github.event.comment.author_association == 'OWNER' }}
|
||||
steps:
|
||||
- name: Remove Awaiting Author labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
|
Loading…
Reference in New Issue