T15: no baseline exists — the run should build one itself - #16
Closed
aleqsio wants to merge 2 commits into
Closed
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Reaches the no-baseline path without deleting the real branch. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
🗺️ screenmap · building the first mapThis repo had no baseline to compare against, so one is being built from the default branch now. It maps every screen, so it takes longer than a normal run — roughly 20 minutes. This PR is mapped automatically as soon as it finishes. Nothing for you to do. |
Owner
Author
|
Closing to stop an auto-baseline dispatch loop: this PR points at |
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.
Points at
screenmaps_branch: screenmaps-t15, which does not exist, so this PR has nothing to diff against. The workflow carriesactions: write.Expected: the run detects the missing baseline, starts the baseline workflow on
mainitself, and comments "building the first map" rather than telling a human to go and click it.Not covered: the closing half of the loop. The baseline workflow on
mainpublishes to the realscreenmapsbranch, not toscreenmaps-t15, so the automatic re-run cannot find a map afterwards. Testing that end to end needs the real branch deleted.🤖 Generated with Claude Code