Skip to content

Commit 97774f3

Browse files
committed
chore(ci): Approve/merge template PR
1 parent dbddb5d commit 97774f3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/template.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ 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 }}
54+
- name: Merge PR
55+
run: "gh pr merge --auto --delete-branch"
56+
env:
57+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)