diff --git a/.github/workflows/auto-merge-bot.yaml b/.github/workflows/auto-merge-bot.yaml index a55355d01..6e3bd37e4 100644 --- a/.github/workflows/auto-merge-bot.yaml +++ b/.github/workflows/auto-merge-bot.yaml @@ -16,6 +16,6 @@ jobs: private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Enable Pull Request Automerge - run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}" + run: gh pr merge --merge --auto --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}" env: GH_TOKEN: ${{ steps.app-token.outputs.token }}