Sync non-matrix workflows with 2026.x (#1305) - #155
Conversation
Adopted files are byte-identical to origin/2026.x. Matrix workflows untouched. Changes: adopt:cla.yml adopt:php-cs-fixer.yaml Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
There was a problem hiding this comment.
Pull request overview
Synchronizes non-matrix workflows with the 2026.x branch.
Changes:
- Delegates PHP-CS-Fixer and CLA checks to shared reusable workflows.
- Updates workflow permissions, inputs, and secrets.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/php-cs-fixer.yaml |
Adopts reusable formatting workflow. |
.github/workflows/cla.yml |
Adopts reusable CLA workflow. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| #custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA' | ||
| #custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.' | ||
| cla-workflow: | ||
| uses: pimcore/workflows-collection-public/.github/workflows/reusable-cla-check.yaml@main |
| with: | ||
| commit_message: Apply php-cs-fixer changes No newline at end of file | ||
| php-style: | ||
| uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main |
|
One or more custom setup steps configured for this repository failed during this Copilot code review run: Setup steps run before each review. If the review above is missing context, or no review was posted at all, the failing step above may be the cause. See the workflow run for failure details, fix your setup steps configuration, and re-request a review. Note You can configure setup steps for Copilot code review separately from Copilot cloud agent with a |



Part of product-management#1305, Wave 3 (2024.4 / LTS branches). Same recipe as the previous waves. Reference branch:
2026.x. Every adopted file is byte-identical to it. Codeception / static-analysis workflows untouched (matrix class).Changes:
adopt:cla.yml adopt:php-cs-fixer.yamlPCL line — no forward-merge will follow (cross-license boundary: changes travel by cherry-pick only, and PCL lines are separate release tracks).
🤖 Generated with Claude Code