From bb9429a22a58b767e312c41b06b0c2418717bafd Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Fri, 29 Jan 2021 15:02:16 +1100 Subject: [PATCH] fix syntax --- .github/workflows/automerge.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 557e1e0..c79e3db 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,11 +1,13 @@ name: Check PR ok to automerge + on: pull_request - jobs: - perform-check: - runs-on: ubuntu-latest - steps: - - name: Check Pull Request - uses: actions/can-pr-be-automerged-action@v1.0 - with: - required_label: 'automerge' - required_user: 'hughrun' \ No newline at end of file + +jobs: + perform-check: + runs-on: ubuntu-latest + steps: + - name: Check Pull Request + uses: actions/can-pr-be-automerged-action@v1.0 + with: + required_label: 'automerge' + required_user: 'hughrun' \ No newline at end of file