Apply PR orchestration thresholds per repository - #435
Merged
Merged
Conversation
Signed-off-by: helly25 <6420169+helly25@users.noreply.github.com>
…r-orchestration Signed-off-by: helly25 <6420169+helly25@users.noreply.github.com>
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.
Apply PR orchestration thresholds separately within each repository. A rollout with one PR in each of seven repositories should remain seven independent merges, without triggering mandatory delegation or treating them as one integration group.
AG;DR
AGENTS.md: count only the in-scope PRs in the same repository.GIT_RULES.md.Documentation only; no workflow or merge-policy changes. Focused pre-commit checks and
git diff --checkpassed before push. No merge dependencies on the release-site rollout.Synchronized with main after #433 and #434 merged so the required checks validate the current base. The final diff remains limited to the per-repository clarification in AGENTS.md and GIT_RULES.md; CI is running on the new pushed head.