mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-19 21:02:38 +00:00
Clean up
This commit is contained in:
@@ -20,29 +20,29 @@ jobs:
|
||||
gh pr review --approve "$PR_URL"
|
||||
gh pr edit --add-label "cleanup-no-release-required" "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Merge Dependabot patch updates
|
||||
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
|
||||
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Merge Dependabot minor updates
|
||||
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
|
||||
if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
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'}}
|
||||
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}}
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user