chore: merge dev into main - #220
Merged
Merged
Conversation
Lands an ai/queue-* branch on the integration branch by fast-forward, so release-please still sees every individual commit message. The queue App (4473889) is already the merge-gate bypass actor on this branch; this is the workflow half of that bypass, and it holds the "head must be ai/queue-*" condition a ruleset cannot express. workflow_dispatch is the only trigger: an environment with a required reviewer is not available across this estate, so the dispatch is the human gate. See ADR-0008 in kirchDev/infrastructure. Refs INF-43
Only in the profile: the base config runs branch:dev, where the mode is inert because that path opens no per-issue PR to group. Turning it on is safe ahead of the workflow that maintains ai/queue-<hash>. The drain no longer cuts that branch — it aims at an open one and falls back to pr.base when there is none, so the key is a preference until the target repo carries the workflow, not a precondition on it.
TitusKirch
marked this pull request as ready for review
August 3, 2026 19:37
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.
Automated rollup PR for changes accumulated on
dev. Mark ready when you want release-please to pick it up — and use a merge commit, not squash, so individualfeat:/fix:commits stay visible to release-please.