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 22c06a4 commit ba03b25Copy full SHA for ba03b25
.github/workflows/update-disposable-phone-numbers.yml
@@ -71,12 +71,6 @@ jobs:
71
delete-branch: true
72
base: "main"
73
74
- - name: Auto-approve the PR
75
- if: steps.create-pr.outputs.pull-request-number
76
- run: gh pr review --approve "${{ steps.create-pr.outputs.pull-request-number }}"
77
- env:
78
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
-
80
- name: Enable automerge on the PR
81
if: steps.create-pr.outputs.pull-request-number
82
run: gh pr merge --auto --squash "${{ steps.create-pr.outputs.pull-request-number }}"
0 commit comments