We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8cefc commit da3fd87Copy full SHA for da3fd87
.github/workflows/auto-merge-docs.yaml
@@ -18,6 +18,7 @@ jobs:
18
uses: actions/checkout@v6
19
20
- name: Auto-approve PR
21
+ if: github.event.pull_request.user.login == 'github-actions[bot]'
22
run: gh pr review "$PR_NUMBER" --approve
23
env:
24
PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments