[CI] PR Policy thin caller for reusable workflow (2.4) - #698
Merged
Merged
Conversation
berfinyuksel
marked this pull request as ready for review
September 15, 2026 15:36
|
Contributor
There was a problem hiding this comment.
🟢 Approved
The caller matches 2026.x and correctly invokes the centralized workflow.
Pull request overview
Adds the centralized PR milestone policy workflow to the 2.4 branch, matching 2026.x.
Changes:
- Calls the shared PR policy workflow.
- Rechecks policy when milestones or labels change.
- Prevents overlapping runs per pull request.
File summaries
| File | Description |
|---|---|
.github/workflows/pr-policy.yml |
Defines the thin reusable-workflow caller. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 pimcore/DevOps-Tasks#43.
Brings the PR Policy thin caller to the
2.4branch so the milestone check runs frompimcore/workflows-collection-public/.github/workflows/reusable-pr-policy.ymlhere as well,identical to what
2026.xalready has. On this branch the file was replaced old inline workflow.With the reusable workflow, PRs carrying the
Skip Milestone Checklabel are exempt from themandatory milestone. The check context is
PR Policy / Milestone assigned.Forward-merge chain after this lands: 2.4 → 2026.2 → 2026.x (the merge into a branch that still has the
old inline file conflicts on this one file; take this version).