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