Merge branch 'master' into create-pull-request/patch

This commit is contained in:
Zach Borboa
2023-10-26 12:52:42 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Approve and merge Dependabot minor updates
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
run: |
@@ -31,4 +31,4 @@ jobs:
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -55,4 +55,4 @@ jobs:
run: |
gh pr review --approve "${{ steps.cpr.outputs.pull-request-url }}"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.PHP_CURL_CLASS_TOKEN }}