Sync non-matrix workflows with 2026.x (#1305) - #1141
Merged
Conversation
Adopted files are byte-identical to this repo's 2026.x versions. Codeception and static-analysis workflows are deliberately untouched. Changes: adopt:cla-check.yaml del:docs.yaml.bak adopt:frontend-publish-unified.yaml adopt:docs.yml(replaces new-docs.yml) adopt:php-cs-fixer.yaml(replaces new-php-cs-fixer.yaml) del:php-cs-fixer.yaml.bak del:poeditor-export.yml.bak Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
Synchronizes maintenance-branch workflows with 2026.x and removes obsolete backups.
Changes:
- Adopts current reusable CLA, documentation, PHP formatting, and frontend publishing workflows.
- Replaces legacy workflow names and removes inactive backup files.
- Adds change-gated frontend publishing and release-version detection.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/cla-check.yaml |
Updates reusable CLA workflow reference. |
.github/workflows/docs.yml |
Adopts the current documentation workflow. |
.github/workflows/docs.yaml.bak |
Removes obsolete documentation backup. |
.github/workflows/frontend-publish-unified.yaml |
Introduces unified, gated frontend publishing. |
.github/workflows/php-cs-fixer.yaml |
Updates reusable formatter reference. |
.github/workflows/php-cs-fixer.yaml.bak |
Removes obsolete formatter backup. |
.github/workflows/poeditor-export.yml.bak |
Removes obsolete POEditor backup. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+12
to
+14
| concurrency: | ||
| group: frontend-publish-${{ github.ref }} | ||
| cancel-in-progress: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Part of product-management#1305, Wave 2 (2025.4-tip branches). Same recipe as the approved pilots (generic-data-index-bundle, quill-bundle#99).
Every adopted file is byte-identical to this repo's
2026.xversion. Codeception / static-analysis workflows are deliberately untouched (matrix class). No 2026.x-only workflows (guardrails, symfony8-compat, copilot) are added.Changes:
adopt:cla-check.yaml del:docs.yaml.bak adopt:frontend-publish-unified.yaml adopt:docs.yml(replaces new-docs.yml) adopt:php-cs-fixer.yaml(replaces new-php-cs-fixer.yaml) del:php-cs-fixer.yaml.bak del:poeditor-export.yml.bakAfter merge, the forward-merge chain up to
2026.xwill be pushed directly (no PR) to keep ancestry clean for the release gate.🤖 Generated with Claude Code