luminsports/luminsports-php-cs-fixer

Use PHP-CS-Fixer via Github Action.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
php-cs-fixer-versionWhich php-cs-fixer release to download.nov3.64.0
create-annotationsWhether to create annotations based on checkstyle results.notrue
annotation-nameName for the check run to create. Default: PHP-CS-Fixer.noPHP-CS-Fixer
annotation-titleTitle for the check run to create. Default: PHP-CS-Fixer Results.noPHP-CS-Fixer Results
create-pull-requestWhether to create a pull request to fix php-cs-fixer issues.notrue
commit-messageThe message to use when committing code style fixes.nostyle(php-cs-fixer): Fix code-style
pull-request-titleThe title of the pull request.noApply fixes from PHP CS Fixer (${{ github.ref_name }})
pull-request-assigneesA comma or newline separated list of assignees (GitHub usernames).no${{ github.actor }}
pull-request-bodyThe title of the pull request.noThis pull request applies code style fixes from an analysis carried out by [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer). --- For more information, click [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
pull-request-reviewersA comma or newline separated list of reviewers (GitHub usernames) to request a review from.no""
pull-request-team-reviewersA comma or newline separated list of GitHub teams to request a review from. Note that a `repo` scoped Personal Access Token (PAT) may be required. no""
pull-request-branchThe pull request branch name.nophp-cs-fixer/${{ github.ref_name }}
pull-request-labelsA comma or newline separated list of labels.nophp-cs-fixer
use-built-in-rulesWhether to use built-in rules from luminsports/php-cs-fixer-rules repo.notrue
only-check-modified-filesWhether to limit checks to files that have been modified in the current push/PR.nofalse
rules-versionVersion of rules to use from luminsports/php-cs-fixer-rules repo.nolatest
namedescription
checkstyle-resultCheckstyle report generate by php-cs-fixer
pull-request-numberThe pull request number
pull-request-urlThe URL of the pull request.
pull-request-operationThe pull request operation performed by the action, `created`, `updated` or `closed`.
pull-request-head-shaThe commit SHA of the pull request branch.