Forget about generating PRs
This commit is contained in:
parent
5afa7fe6be
commit
ba895b221f
2 changed files with 2 additions and 13 deletions
.github/workflows
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
checks: write
|
||||||
check-trunk:
|
check-trunk:
|
||||||
uses: ./.github/workflows/trunk.check.yml
|
uses: ./.github/workflows/trunk.check.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
13
.github/workflows/php.check.yml
vendored
13
.github/workflows/php.check.yml
vendored
|
@ -57,15 +57,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ steps.read-php-version.outputs.php_version }}
|
php-version: ${{ steps.read-php-version.outputs.php_version }}
|
||||||
tools: php-cs-fixer
|
tools: php-cs-fixer
|
||||||
- run: php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose
|
- run: php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose --dry-run
|
||||||
- uses: peter-evans/create-pull-request@v6
|
|
||||||
with:
|
|
||||||
title: "Apply php-cs-fixer changes"
|
|
||||||
commit-message: "Apply php-cs-fixer changes"
|
|
||||||
branch: "php-cs-fixer-${{ github.sha }}"
|
|
||||||
assignees: ${{ github.actor }}
|
|
||||||
reviewers: ${{ github.actor }}
|
|
||||||
delete-branch: true
|
|
||||||
body: |
|
|
||||||
This PR was automatically created to apply php-cs-fixer changes.
|
|
||||||
Please review the changes and merge if they are correct.
|
|
||||||
|
|
Loading…
Reference in a new issue