mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-24 14:08:30 +03:00
🔨 Syntax fix in GH actions script
This commit is contained in:
parent
86fc819233
commit
9503a6d81b
8
.github/workflows/manage-pending-labels.yml
vendored
8
.github/workflows/manage-pending-labels.yml
vendored
@ -19,13 +19,7 @@ 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' && github.event.issue.state === 'open' }}
|
||||
steps:
|
||||
- name: Add Awaiting Author labels when Updated
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
Loading…
Reference in New Issue
Block a user