We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad53d7 commit 02925aaCopy full SHA for 02925aa
.github/workflows/dependabot-auto-merge.yml
@@ -11,11 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
if: github.event.pull_request.user.login == 'dependabot[bot]'
13
steps:
14
- - name: Approve Dependabot PR
15
- run: gh pr review --approve "$PR_URL"
16
- env:
17
- PR_URL: ${{github.event.pull_request.html_url}}
18
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
19
- name: Enable auto-merge for Dependabot PRs
20
run: gh pr merge --auto --squash "$PR_URL"
21
env:
0 commit comments