2 parents 2bd1ef1 + 9ba7ec8 commit 68ec8bcCopy full SHA for 68ec8bc
2 files changed
.github/workflows/approve.yml
@@ -12,6 +12,9 @@ jobs:
12
if: endsWith(github.actor, '[bot]')
13
14
steps:
15
+ - name: Checkout
16
+ uses: actions/checkout@v6
17
+
18
- name: Approve
19
run: gh pr review ${{ github.event.number }} --approve
20
env:
0 commit comments