docs: shorten the report heading to Outbound Traffic Report - #275
Merged
Conversation
dash14
force-pushed
the
docs/shorten-report-title
branch
from
August 16, 2026 08:16
0b11377 to
eaa132d
Compare
dash14
force-pushed
the
docs/shorten-report-title
branch
from
August 16, 2026 08:20
eaa132d to
b241871
Compare
dash14
force-pushed
the
docs/shorten-report-title
branch
from
August 16, 2026 08:27
b241871 to
3ab3cd8
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
The Job Summary heading was
Outbound Traffic Report during Docker Build (restrict mode)— long enough to read as a sentence rather than a label. It's nowOutbound Traffic Report (restrict mode); the surrounding context already makes it a Docker build.Both engines' report scripts were passing that string explicitly as the
titleoption. Dropping the argument falls back to the renderer's existing default, which is already the bare form — so this removes code rather than adding a second name for the same thing.buildcage/isolated-runalready renders the bare title, so the two now match.dist/is unchanged: these scripts are bundled into the image at build time, not into the committed action bundle.The three report screenshots are retaken with the new heading.