We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df803b6 + 2e169e8 commit 8d67a83Copy full SHA for 8d67a83
.github/workflows/auto-merge.yml
@@ -13,7 +13,9 @@ jobs:
13
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' }}
14
steps:
15
- name: Enable auto-merge for Dependabot PRs
16
- run: gh pr merge --auto --merge "$PR_URL"
+ run: |
17
+ gh pr review --approve "$PR_URL"
18
+ gh pr merge --auto --merge "$PR_URL"
19
env:
20
PR_URL: ${{github.event.pull_request.html_url}}
21
# GitHub provides this variable in the CI env. You don't
0 commit comments