We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97774f3 commit f05dbf9Copy full SHA for f05dbf9
1 file changed
.github/workflows/template.yml
@@ -47,10 +47,6 @@ jobs:
47
run: "gh pr create --head template-update --title 'chore: Update from template' --body ''"
48
env:
49
GH_TOKEN: ${{ github.token }}
50
- - name: Approve PR
51
- run: "gh pr review --approve"
52
- env:
53
- GH_TOKEN: ${{ github.token }}
54
- name: Merge PR
55
run: "gh pr merge --auto --delete-branch"
56
0 commit comments