mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 20:20:53 +00:00
Merge branch 'master' into create-pull-request/patch
This commit is contained in:
@@ -45,12 +45,21 @@ jobs:
|
||||
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
committer: GitHub <noreply@github.com>
|
||||
delete-branch: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }}
|
||||
|
||||
- name: Pull request created
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: |
|
||||
echo "Pull request: ${{ steps.cpr.outputs.pull-request-url }}"
|
||||
|
||||
- name: Enable auto-merge for pull request
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "${{ steps.cpr.outputs.pull-request-url }}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Approve update
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user