🧹 chore(ci): establish dev integration governance - #467
Merged
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.
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
Establish the protected
dev → mainintegration path while keepingmainas the stable default branch. Community and maintenance work now has a documented PR target andmaingains a source-identity gate.Scope
Changes
dev.mainpromotion workflow that accepts onlyseakee/CPA-Manager-Plus:devas the PR source.CONTRIBUTING.mdand PR-template guidance for the communitydevintegration path.User Impact
Contributors submit changes to
devinstead of directly to the stablemainbranch. Users continue to clone and browse the stable default branch.Compatibility / Runtime Notes
Data / Security Notes
No runtime configuration, credentials, database data, or request data changes. The promotion workflow uses read-only GitHub Actions permissions and verifies both the source repository and branch.
Risk / Rollback
Risk level: Low
Rollback notes:
Revert this PR and remove the corresponding branch-protection rules if the integration policy must be withdrawn.
Verification
Commands / evidence:
Screenshots / Recordings
N/A — CI and contributor documentation only.
Docs
CONTRIBUTING.mdis the canonical contribution guide; product documentation and release notes are unaffected.Docs decision:
The change documents repository governance rather than a user-facing product capability.
Related
N/A