We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbddb5d commit 97774f3Copy full SHA for 97774f3
1 file changed
.github/workflows/template.yml
@@ -47,3 +47,11 @@ 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
57
0 commit comments