mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 08:15:46 +00:00
👷 Use tripple equals
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
!github.event.issue.pull_request
|
!github.event.issue.pull_request
|
||||||
&& github.event.comment.author_association != 'COLLABORATOR'
|
&& github.event.comment.author_association != 'COLLABORATOR'
|
||||||
&& github.event.comment.author_association != 'OWNER'
|
&& github.event.comment.author_association != 'OWNER'
|
||||||
&& github.event.issue.state == 'open'
|
&& github.event.issue.state === 'open'
|
||||||
}}
|
}}
|
||||||
steps:
|
steps:
|
||||||
- name: Add Awaiting Author labels when Updated
|
- name: Add Awaiting Author labels when Updated
|
||||||
|
|||||||
Reference in New Issue
Block a user