mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 05:35:07 +02:00
🔧 Update manage pending labeld, syntax error
This commit is contained in:
parent
1466df0274
commit
4d9e36cf7a
15
.github/workflows/manage-pending-labels.yml
vendored
15
.github/workflows/manage-pending-labels.yml
vendored
@ -19,13 +19,14 @@ 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.comment.author_association != 'COLLABORATOR'
|
!github.event.issue.pull_request
|
||||||
&& github.event.comment.author_association != 'OWNER'
|
&& github.event.comment.author_association != 'COLLABORATOR'
|
||||||
&& github.event.issue.state === 'open'
|
&& github.event.comment.author_association != 'OWNER'
|
||||||
}}
|
&& github.event.issue.state === 'open'
|
||||||
|
}}
|
||||||
steps:
|
steps:
|
||||||
- name: Add Awaiting Author labels when Updated
|
- name: Add Awaiting Author labels when Updated
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: actions-cool/issues-helper@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user