mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-04 23:06:53 +00:00
Merge branch 'master' into dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41
This commit is contained in:
@@ -14,20 +14,26 @@ jobs:
|
||||
- name: Dependabot metadata
|
||||
id: dependabot-metadata
|
||||
uses: dependabot/fetch-metadata@v1.6.0
|
||||
- name: Approve and merge Dependabot patch updates
|
||||
|
||||
- name: Approve and label updates
|
||||
run: |
|
||||
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}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Merge Dependabot patch updates
|
||||
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
|
||||
run: |
|
||||
gh pr review --approve "$PR_URL"
|
||||
gh pr edit --add-label "cleanup-no-release-required" "$PR_URL"
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Approve and merge Dependabot minor updates
|
||||
|
||||
- name: Merge Dependabot minor updates
|
||||
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
|
||||
run: |
|
||||
gh pr review --approve "$PR_URL"
|
||||
gh pr edit --add-label "cleanup-no-release-required" "$PR_URL"
|
||||
gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
|
||||
@@ -18,7 +18,7 @@ deprecated==1.2.14
|
||||
# via pygithub
|
||||
gitdb==4.0.10
|
||||
# via gitpython
|
||||
gitpython==3.1.40
|
||||
gitpython==3.1.41
|
||||
# via -r make_release_requirements.in
|
||||
idna==3.4
|
||||
# via requests
|
||||
|
||||
Reference in New Issue
Block a user