⚗️ Fix syntax error in conditional

This commit is contained in:
Alicia Sykes 2021-10-02 21:23:23 +01:00 committed by GitHub
parent 680ec9659b
commit 958926720c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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