From 5a49582e93e5eebc0c1873b16c958d0ec5c37d2a Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Jan 2022 14:35:27 +0100 Subject: [PATCH] chore: fix syntax Signed-off-by: blam --- .github/workflows/goalie.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goalie.yaml b/.github/workflows/goalie.yaml index 133e8c9a84..2dc1ba2b5a 100644 --- a/.github/workflows/goalie.yaml +++ b/.github/workflows/goalie.yaml @@ -7,7 +7,7 @@ on: types: [created] pull_request: types: [opened, reopened, synchronize] - + permissions: issues: write pull-requests: read @@ -82,8 +82,8 @@ jobs: - uses: actions/github-script@v5 id: fix-labels with: - github-token: ${{ github.token }} - script: | + github-token: ${{ github.token }} + script: | // if it's the author, always add awaiting-review label const isAuthor = context.payload.pull_request.user.login === context.actor if (isAuthor) {