Sync .github/workflows from 2026.x to 2026.2 - #3920
Merged
Merged
Conversation
|
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs stabilized CI/CD workflows from 2026.x into 2026.2, consolidating reusable workflows and retiring superseded definitions.
Changes:
- Centralizes frontend build and publishing workflows.
- Adds Copilot setup, PR policy, documentation, and translation workflows.
- Upgrades action versions and removes legacy workflows.
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/codeception.yaml |
Upgrades checkout action. |
.github/workflows/copilot-setup-steps.yml |
Adds Copilot environment setup. |
.github/workflows/docs.yml |
Adds reusable documentation workflow. |
.github/workflows/frontend-publish-unified.yaml |
Centralizes frontend publishing. |
.github/workflows/php-cs-fixer.yaml |
Adds centralized formatting workflow. |
.github/workflows/poeditor-export.yaml |
Adds translation export trigger. |
.github/workflows/pr-policy.yml |
Enforces milestone assignment. |
.github/workflows/static-analysis.yaml |
Upgrades checkout actions. |
.github/workflows/studio-frontend-build.yaml |
Adds centralized frontend build. |
.github/workflows/frontend-build-pr.yaml |
Removes superseded PR build. |
.github/workflows/new-docs.yml |
Removes interim documentation workflow. |
.github/workflows/new-php-cs-fixer.yaml |
Removes interim formatter workflow. |
.github/workflows/new-poeditor-export.yaml |
Removes interim export workflow. |
.github/workflows/new-static-analysis.yaml |
Removes interim analysis workflow. |
.github/workflows/shared-frontend-build.yaml |
Removes local reusable build. |
.github/workflows/shared-npm-publish.yaml |
Removes local reusable publisher. |
| with: | ||
| working-directory: ./assets | ||
| node-version: "24" | ||
| build-script: ci-build |
| canary-tag: ${{ needs.gate.outputs.canary-tag }} | ||
| working-directory: ./assets | ||
| node-version: "24" | ||
| build-script: ci-build |
| # Publishing must not push commits back to the branch. | ||
| commit-lint-output: false | ||
| commit-build-output: false | ||
| pre-publish-script: ci-prepublish |
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.



Syncs stabilized CI/CD workflows from
2026.xto2026.2(Phase 2 of pimcore/product-management#1305).Result:
2026.2.github/workflows/byte-identical to2026.x.🤖 Generated with Claude Code