revise approval

This commit is contained in:
Chris Titus Tech
2026-02-23 14:46:15 -06:00
parent 9e8cefc973
commit da3fd87f9a

View File

@@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v6
- name: Auto-approve PR
if: github.event.pull_request.user.login == 'github-actions[bot]'
run: gh pr review "$PR_NUMBER" --approve
env:
PR_NUMBER: ${{ github.event.pull_request.number }}