Merge branch 'master' into dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41

This commit is contained in:
Zach Borboa
2024-01-10 16:07:34 -05:00
committed by GitHub
2 changed files with 13 additions and 7 deletions
+12 -6
View File
@@ -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}}
+1 -1
View File
@@ -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