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 e6523c0 commit 3b8c8bcCopy full SHA for 3b8c8bc
.github/workflows/approve-merge.yml
@@ -53,12 +53,6 @@ jobs:
53
ref: ${{ github.event.pull_request.head.ref }} # Checkout the PR's head commit
54
token: ${{ secrets.GH_MERGE_TOKEN }}
55
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
-
62
- name: Merge PR
63
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
64
env:
0 commit comments