From 0f080d62876685362957db1d5511b754fe9f7b41 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 26 Oct 2021 00:13:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Use=20tripple=20equals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/manage-pending-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-pending-labels.yml b/.github/workflows/manage-pending-labels.yml index 68f7f92e..983cdcee 100644 --- a/.github/workflows/manage-pending-labels.yml +++ b/.github/workflows/manage-pending-labels.yml @@ -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