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
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
checks: write
|
||||
check-trunk:
|
||||
uses: ./.github/workflows/trunk.check.yml
|
||||
secrets: inherit
|
||||
|
|
13
.github/workflows/php.check.yml
vendored
13
.github/workflows/php.check.yml
vendored
|
@ -57,15 +57,4 @@ jobs:
|
|||
with:
|
||||
php-version: ${{ steps.read-php-version.outputs.php_version }}
|
||||
tools: php-cs-fixer
|
||||
- run: php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose
|
||||
- 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.
|
||||
- run: php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose --dry-run
|
||||
|
|
Loading…
Reference in a new issue