chore(ci): odd-status job on oddyssey-actions v1.3.2 - the verdict recomputed by the package's own script on the checkout, downloads retried on a connection reset - #639
Merged
Conversation
…computed by the package's own script on the checkout, downloads retried on a connection reset Closes #638 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Merged
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.
Closes #638
What
Re-pins the
odd-statusjob's two action references (setup-copilot,odd-status) in.github/workflows/ci-mcp-server.ymlon oddyssey-actions v1.3.2 (43618a1), from v1.3.0 (fce0a96, #613). Nothing else in the job changes:oddyssey-versionstays the PR's head SHA,prompt: oddyssey-mcpandfail-on: errorstay, no output of the action is read.Why
Between v1.3.0 and v1.3.2 (oddyssey-actions #36-#56) the gate recomputes its verdict with the package's own
get-statusscript on the checkout, scoped as the prompt names, and never reads a line of the model's answer (#52); the job token stays out of the checkout (#49); the Claude credential is exported from the shell (#51); every setup pins the uv release it installs (#50) and retries its run-time downloads on a connection reset (#56); the runners are pinned to ubuntu-26.04 (#36);/publishrefuses a red or pending ci run (#54). The inputs the job uses are unchanged and the minimum oddyssey version the actions check staysv1.12.2.Review outcome
One round, no finding. A separate reviewer sub-agent verified with real commands that
43618a1is the commit tag v1.3.2 points to and that v1.3.2 is the latest release, that the three inputs the job uses exist unchanged at v1.3.2 (none added, made required or changed in meaning), that the diff is exactly the twouses:lines with# v1.3.2comments, that the job's comments stay true under v1.3.2, and that.odd/carries reports namingoddyssey-mcpso the prompt's scope resolves.Verify the status
This PR's own
odd-statusrun (the workflow triggers on its own file) is the gate on v1.3.2; its verdict table lands in the run's summary.🤖 Generated with Claude Code