mirror of https://github.com/Lissy93/dashy.git
👷 Only run if issue open
This commit is contained in:
parent
1eb9eaefa1
commit
08a318c0b8
|
@ -19,7 +19,13 @@ 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' }}
|
||||
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