🔧 Update manage pending labeld, syntax error

This commit is contained in:
Alicia Sykes 2021-12-06 18:23:38 +00:00
parent 1466df0274
commit 4d9e36cf7a
1 changed files with 8 additions and 7 deletions

View File

@ -19,13 +19,14 @@ jobs:
add-awaiting-author:
runs-on: ubuntu-latest
if: >
${{
!github.event.issue.pull_request
&& github.event.comment.author_association != 'COLLABORATOR'
&& github.event.comment.author_association != 'OWNER'
&& github.event.issue.state === 'open'
}}
if: ${{ !github.event.issue.pull_request && github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }}
if: >-
${{
!github.event.issue.pull_request
&& github.event.comment.author_association != 'COLLABORATOR'
&& github.event.comment.author_association != 'OWNER'
&& github.event.issue.state === 'open'
}}
steps:
- name: Add Awaiting Author labels when Updated
uses: actions-cool/issues-helper@v2