Skip to content

Commit da3fd87

Browse files
revise approval
1 parent 9e8cefc commit da3fd87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-merge-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Auto-approve PR
21+
if: github.event.pull_request.user.login == 'github-actions[bot]'
2122
run: gh pr review "$PR_NUMBER" --approve
2223
env:
2324
PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)