Skip to content

Commit

Permalink
👷 Use tripple equals
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Oct 25, 2021
1 parent 08a318c commit 0f080d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manage-pending-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f080d6

Please sign in to comment.