👷 Use tripple equals

This commit is contained in:
Alicia Sykes 2021-10-26 00:13:13 +01:00 committed by GitHub
parent 08a318c0b8
commit 0f080d6287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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