Approve pre-commit updates

This commit is contained in:
Zach Borboa
2023-10-17 19:29:13 -07:00
parent 6c90a1a3b4
commit 35e14e3cdd
@@ -49,3 +49,10 @@ jobs:
if: ${{ steps.cpr.outputs.pull-request-number }}
run: |
echo "Pull request: ${{ steps.cpr.outputs.pull-request-url }}"
- name: Approve update
if: ${{ steps.cpr.outputs.pull-request-number }}
run: |
gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}