wiki-currency: match cited sources to the PR branch - #28
Merged
Conversation
…pport) The --check-citations gate graded every PR against the cited repos' main, so an assistant PR citing a paired not-yet-merged branch was predictably red until the upstream merged (expected-red CI). On pull_request events, any cited source repo carrying a branch matching the PR's head branch is now checked out at that branch — the fleet's existing matching-branch convention (smoke chain, navigator). Release-time invocations are untouched and keep grading against main/tags; merge-order discipline stays human, the same trade-off as the Brain-ref hatch (PyAutoBrain#186). PyAutoLabs/autolens_assistant#103. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Part of PyAutoLabs/autolens_assistant#103. One generic step after the citation-clone step: on
pull_requestevents, eachsources/repo with a branch matching the PR's head branch is fetched and checked out (sparse clones keep their cone).workflow_call/dispatch paths never enter the step. Same paired-PR trade-off as the Brain-ref hatch (PyAutoBrain#186), using the fleet's established matching-branch convention.🤖 Generated with Claude Code