mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-18 15:34:10 +00:00
Merge branch 'master' into create-pull-request/patch
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user