Sync non-matrix workflows with 2026.x (#1305) - #677
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.yml del:docs.yaml.bak adopt:docs.yml(replaces new-docs.yml) del:poeditor-export.yaml.bak adopt:studio-frontend-build.yaml Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Contributor
There was a problem hiding this comment.
Pull request overview
Synchronizes non-matrix GitHub Actions workflows with the 2026.x branch.
Changes:
- Updates CLA, documentation, and Studio build workflows.
- Removes obsolete workflow backups.
- Adds Studio build concurrency and output handling.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/cla.yml |
Updates the reusable CLA workflow reference. |
.github/workflows/docs.yml |
Modernizes documentation workflow triggers and secrets. |
.github/workflows/docs.yaml.bak |
Removes obsolete documentation backup. |
.github/workflows/poeditor-export.yaml.bak |
Removes obsolete POEditor backup. |
.github/workflows/studio-frontend-build.yaml |
Adds output paths, concurrency, and build configuration. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
|
|
||
| concurrency: | ||
| group: studio-frontend-build-${{ github.head_ref || github.ref_name }} |
| jobs: | ||
| cla-workflow: | ||
| uses: pimcore/workflows-collection-public/.github/workflows/reusable-cla-check.yaml@v1.3.0 | ||
| uses: pimcore/workflows-collection-public/.github/workflows/reusable-cla-check.yaml@main |
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.yml del:docs.yaml.bak adopt:docs.yml(replaces new-docs.yml) del:poeditor-export.yaml.bak adopt:studio-frontend-build.yamlAfter 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