chore(ci): trim workflow comments and log messages - #32
Merged
Conversation
Reduce workflow comments to a plain statement of what each step does, removing header notes that duplicate what the jobs already document. Reword the two fallback log messages in CI.yml. No change to any step's command, trigger, permission, condition or action pin.
henrypalacios
force-pushed
the
chore/ci-comment-hygiene
branch
from
August 28, 2026 01:54
080a11b to
71be0e7
Compare
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.
Summary
CI.ymlso they report the step's exit status and nothing more.Changes
.github/workflows/CI.yml.github/workflows/publish-protocol-core.yaml.github/workflows/publish-sdk.yamlBehaviour
No functional change. Parsing both revisions of all three workflows yields identical structure and identical key sets. The only value differences anywhere are the two log message strings in
CI.yml; the commands they follow are unchanged. Both publish workflows show zero parsed differences — every line removed there is a comment.Step commands,
continue-on-errordeclarations, triggers, permissions, conditions,needs:,environment:,concurrency:, job names and action pins are all untouched.Net effect is 2 insertions and 18 deletions, every one of them a comment or a log message.
Test plan
mainin all three filesechomessage strings inCI.yml; both publish workflows show zero parsed deltasechostring