Skip to content

Commit

Permalink
fix: Don't enable auto-merge for Dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Feb 14, 2024
1 parent 33b958a commit bcb7893
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dependabot-auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: 'Enable auto-merge'
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit bcb7893

Please sign in to comment.