Sync .github/workflows from 2026.x to 2026.2 - #1128
Merged
Merged
Conversation
|
Contributor
There was a problem hiding this comment.
Pull request overview
Synchronizes the 2026.2 CI/CD workflows with 2026.x.
Changes:
- Adopts centralized reusable workflows.
- Adds Copilot setup and PR milestone enforcement.
- Removes superseded local workflows.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/copilot-setup-steps.yml |
Adds Copilot environment setup. |
.github/workflows/docs.yml |
Adds centralized documentation validation. |
.github/workflows/frontend-publish-unified.yaml |
Updates frontend publishing orchestration. |
.github/workflows/php-cs-fixer.yaml |
Adds reusable formatting workflow. |
.github/workflows/pr-policy.yml |
Enforces PR milestones. |
.github/workflows/static-analysis.yaml |
Adds centralized PHPStan analysis. |
.github/workflows/studio-frontend-build.yaml |
Adds centralized frontend builds. |
.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 formatting 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 publishing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # (e.g. "2026.x", "2026.2") is itself a valid semver range | ||
| BRANCH="${GITHUB_REF_NAME}" | ||
| PKG_NAME="$(node -p "require('./assets/studio/package.json').name" 2>/dev/null || true)" | ||
| LINE_LATEST="$([ -n "${PKG_NAME}" ] && npm view "${PKG_NAME}@${BRANCH}" version --json 2>/dev/null | node -p '(v=>{if(Array.isArray(v))v=v[v.length-1];return typeof v==="string"?v:""})(JSON.parse(require("fs").readFileSync(0,"utf8")))' 2>/dev/null || true)" |
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 the stabilized CI/CD workflows from
2026.xto2026.2(Phase 2 of pimcore/product-management#1305).Makes
2026.2match2026.x's.github/workflows/. Only touches.github/workflows/.🤖 Generated with Claude Code