diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 031c9a4..7e83692 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' }} steps: - - name: Enable auto-merge for Dependabot PRs + - name: Enable auto-merge for Dependabot and pre-commit-ci PRs run: | gh pr review --approve "$PR_URL" gh pr merge --auto --merge "$PR_URL"