Skip to content

Commit 3b8c8bc

Browse files
authored
Update approve-merge.yml (#400)
Removes approval step from workflow, as that was preventing the PR from merging.
1 parent e6523c0 commit 3b8c8bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/approve-merge.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ jobs:
5353
ref: ${{ github.event.pull_request.head.ref }} # Checkout the PR's head commit
5454
token: ${{ secrets.GH_MERGE_TOKEN }}
5555

56-
- name: Approve PR
57-
run: gh pr review --approve "$PR_URL"
58-
env:
59-
PR_URL: ${{ github.event.pull_request.html_url }}
60-
GH_TOKEN: ${{ secrets.GH_APPROVER_TOKEN }}
61-
6256
- name: Merge PR
6357
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
6458
env:

0 commit comments

Comments
 (0)