mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
👷 Use tripple equals
This commit is contained in:
parent
08a318c0b8
commit
0f080d6287
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manage-pending-labels.yml
vendored
2
.github/workflows/manage-pending-labels.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
!github.event.issue.pull_request
|
||||
&& github.event.comment.author_association != 'COLLABORATOR'
|
||||
&& github.event.comment.author_association != 'OWNER'
|
||||
&& github.event.issue.state == 'open'
|
||||
&& github.event.issue.state === 'open'
|
||||
}}
|
||||
steps:
|
||||
- name: Add Awaiting Author labels when Updated
|
||||
|
|
|
|||
Loading…
Reference in a new issue