mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 00:18:15 -04:00
fix(ci): remove PR approval step from dependabot automerge - stan
This commit is contained in:
6
.github/workflows/dependabot-automerge.yml
vendored
6
.github/workflows/dependabot-automerge.yml
vendored
@@ -19,12 +19,6 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Auto-approve Dependabot PR
|
||||
run: gh pr review --approve "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Enable auto-merge for Dependabot PR
|
||||
run: gh pr merge --auto --squash "$PR_URL"
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user