From 95f34201bbed5a8e15e47813f5425294e3316d5f Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Fri, 29 Jan 2021 15:29:59 +1100 Subject: [PATCH] fix automerge value names --- .github/workflows/automerge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 8d7210c..fc624e2 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -9,5 +9,5 @@ jobs: - name: Check Pull Request uses: hughrun/can-pr-be-automerged-action@v1.1 with: - required_label: 'automerge' - required_user: 'hughrun' \ No newline at end of file + required-label: 'automerge' + required-user: 'hughrun' \ No newline at end of file