mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-07 20:55:11 +02:00
⚗️ Fix syntax error in conditional
This commit is contained in:
parent
680ec9659b
commit
958926720c
2
.github/workflows/remove-stale-label.yml
vendored
2
.github/workflows/remove-stale-label.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
add-awaiting-author:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.comment.author_association != 'COLLABORATOR' github.event.comment.author_association != 'OWNER' }}
|
||||
if: ${{ github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
|
||||
steps:
|
||||
- name: Add Awaiting Author labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user