From 1d8d1b6f5ca5e809703f897807d77c69ccd2e4ff Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Fri, 29 Jan 2021 15:07:52 +1100 Subject: [PATCH] whoops wrong username --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index c79e3db..6c61e19 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Pull Request - uses: actions/can-pr-be-automerged-action@v1.0 + uses: hughrun/can-pr-be-automerged-action@v1.0 with: required_label: 'automerge' required_user: 'hughrun' \ No newline at end of file