mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-19 21:02:38 +00:00
Allow automatic merge of indirect dependency updates
This commit is contained in:
@@ -38,3 +38,11 @@ jobs:
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Merge Dependabot indirect dependency updates
|
||||
if: ${{steps.dependabot-metadata.outputs.dependency-type == 'indirect'}}
|
||||
run: |
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user