From f3205625caea74154b8b52a60b8637c6f25c6052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:44:39 +0000 Subject: [PATCH] Bump poad/github-pull-request-auto-merge-enable-action (#502) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af7f631..f166226d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Pull request auto merge enabler if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' - uses: poad/github-pull-request-auto-merge-enable-action@v1.0.4 + uses: poad/github-pull-request-auto-merge-enable-action@v1.0.5 with: pull_request_number: ${{ github.event.pull_request.number }} github_token: ${{ secrets.PERSONAL_TOKEN_FOR_GITHUB_ACTIONS }}