From 958926720cca3269eb1ebc66d7a563236327dd27 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Oct 2021 21:23:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20Fix=20syntax=20error=20in?= =?UTF-8?q?=20conditional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/remove-stale-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-stale-label.yml b/.github/workflows/remove-stale-label.yml index 9468aa03..1ab5fd6a 100644 --- a/.github/workflows/remove-stale-label.yml +++ b/.github/workflows/remove-stale-label.yml @@ -19,7 +19,7 @@ jobs: add-awaiting-author: runs-on: ubuntu-latest - if: ${{ github.event.comment.author_association != 'COLLABORATOR' github.event.comment.author_association != 'OWNER' }} + if: ${{ github.event.comment.author_association != 'COLLABORATOR' && github.event.comment.author_association != 'OWNER' }} steps: - name: Add Awaiting Author labels when Updated uses: actions-cool/issues-helper@v2