mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 01:19:06 +00:00
Use squash merge
This commit is contained in:
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Enable auto-merge for outdated dependencies pull request
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "${PR_URL}"
|
||||
gh pr merge --auto --squash "${PR_URL}"
|
||||
env:
|
||||
PR_URL: ${{ steps.cpr.outputs.pull-request-url }}
|
||||
GITHUB_TOKEN: ${{ secrets.PHP_CURL_CLASS_TOKEN }}
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Enable auto-merge for pull request
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "${PR_URL}"
|
||||
gh pr merge --auto --squash "${PR_URL}"
|
||||
env:
|
||||
PR_URL: ${{ steps.cpr.outputs.pull-request-url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Enable auto-merge for pull request
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
run: |
|
||||
gh pr merge --auto --merge "${PR_URL}"
|
||||
gh pr merge --auto --squash "${PR_URL}"
|
||||
env:
|
||||
PR_URL: ${{ steps.cpr.outputs.pull-request-url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user