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.
1 parent 290ccc2 commit 48f8ff0Copy full SHA for 48f8ff0
.github/workflows/automerge.yml
@@ -17,7 +17,7 @@ jobs:
17
if: env.RELEASE_TOKEN != ''
18
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
19
- name: Enable auto-merge for Dependabot PRs
20
- run: gh pr merge --auto --squash "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL" && gh pr review --approve "$PR_URL"
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments