Skip to content

Conversation

@WorkOfStan
Copy link
Owner

  • This GitHub Action automates PHPCS formatting across your project, ensuring consistent code styling by creating a new branch for review when necessary. It simplifies integrating PHPCS/PHPCBF into your workflow.
  • A warning appears in the GitHub Actions Annotations section if changes occur and therefore a new branch is created.
  • A proposed manual changed linked from the warning in the GitHub Actions Annotations section.
  • The input parameter commit-changes: true to commit to the current branch.
  • Customizable Commit Message: Introduced an input commit-message to allow users to specify a custom commit message.
  • Branch Name Output: The branch-name is provided as an output for downstream workflows.
  • Notice about a successful commit.
  • Checkout code: Fetches the latest changes so that modifications from a previous job are included, enabling seamless job chaining.

@WorkOfStan WorkOfStan merged commit 989cef4 into main Jan 18, 2025
3 of 5 checks passed
@WorkOfStan WorkOfStan deleted the feature/init branch January 18, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants