Conversation
Run PR validation for the dev integration branch and retain it for main promotions.\nRequire main pull requests to originate from this repository's dev branch.\nThis prevents direct community or maintenance merges into the stable branch.
Document the contributor path from upstream dev through review and verification.\nExplain the protected dev-to-main promotion model and release-tag boundary.\nThis gives community contributors an actionable target without changing the stable default branch.
Promote the tested dev integration workflow, main source gate, and contributor guidance.
19 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Promote the tested
devintegration branch to stablemain. This first promotion establishes the permanent rule that all latermainchanges must originate from the same repository'sdevbranch.Scope
Changes
devintegration commit containing dev-targeted CI and PR-template validation.main.dev.User Impact
Users retain
mainas the stable default branch. Contributors gain a documenteddevintegration target and direct PRs tomainwill be rejected after this promotion.Compatibility / Runtime Notes
Data / Security Notes
No runtime configuration, credentials, database data, or request data changes. The source gate has read-only permissions and verifies the exact repository and branch identity.
Risk / Rollback
Risk level: Low
Rollback notes:
Revert the governance commits and remove the corresponding branch-protection rules if the branch model must be withdrawn.
Verification
Commands / evidence:
Screenshots / Recordings
N/A — CI and contributor documentation only.
Docs
Docs decision:
The change governs repository integration and does not change a user-facing product capability.
Related
Refs #467