🔧 Update manage pending labeld, syntax error
This commit is contained in:
3
.github/workflows/manage-pending-labels.yml
vendored
3
.github/workflows/manage-pending-labels.yml
vendored
@@ -19,7 +19,8 @@ jobs:
|
|||||||
|
|
||||||
add-awaiting-author:
|
add-awaiting-author:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
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.issue.pull_request
|
||||||
&& github.event.comment.author_association != 'COLLABORATOR'
|
&& github.event.comment.author_association != 'COLLABORATOR'
|
||||||
|
|||||||
Reference in New Issue
Block a user