Skip to content

Commit f05dbf9

Browse files
committed
chore(ci): Remove auto-approve
1 parent 97774f3 commit f05dbf9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/template.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ jobs:
4747
run: "gh pr create --head template-update --title 'chore: Update from template' --body ''"
4848
env:
4949
GH_TOKEN: ${{ github.token }}
50-
- name: Approve PR
51-
run: "gh pr review --approve"
52-
env:
53-
GH_TOKEN: ${{ github.token }}
5450
- name: Merge PR
5551
run: "gh pr merge --auto --delete-branch"
5652
env:

0 commit comments

Comments
 (0)