chore: standardize staged delivery - #1
Draft
KristopherKubicki wants to merge 1 commit into
Draft
KristopherKubicki wants to merge 1 commit into
KristopherKubicki wants to merge 1 commit into
Conversation
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
Make
feature/fix → staging → mainthe normal delivery path. Contributors currently have inconsistent or missing branch instructions; normal work should enter the integration branch through a reviewed PR, then use a separate validated promotion.Changes
AGENTS.md, the contribution guide, README where present, and PR template.stagingand permits promotion tomainonly from this repository'sstagingbranch. It grants no label-based hotfix bypass, uses no checkout or secrets, and requests no token permissions.Changed files:
.github/CONTRIBUTING.md,AGENTS.md,README.md,.github/workflows/staged-flow.yml,.github/PULL_REQUEST_TEMPLATE.md.Impacts
This is part of the organization-wide staged-flow cleanup. This PR targets
staging; it does not merge or deploy any release. After review and integration, promote the workflow normally and require the resulting routing check in branch rules. A workflow file alone is not enforcement. Audit existing bot direct-push paths and reconcile incorrectly targeted PRs before enabling new restrictions; do not bulk retarget or merge other work. Existing application checks, human approvals, validated-artifact evidence, and release authorization remain required.The previously missing
stagingbranch was initialized frommainat3a596aba482185a48148e0d378f1c2b974044faf. The first release still requires verification of its lower-environment validation/deployment path; branch creation does not provision an environment.Test Results