mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Approve pre-commit updates
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user