[github-actions] Add workflow step summaries (#148)#173
Merged
Conversation
Contributor
|
🚀 Preview is available for this pull request. |
c1d3bed to
f320255
Compare
Contributor
Author
|
Additional reviewer context about |
44e2bd3 to
54f83f1
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.
Related Issue
Closes #148
Motivation / Context
Several of the reusable Fast Forward workflows already publish useful URLs, refs, and verification results, but maintainers still had to reconstruct that information from raw logs or PR comments. This change surfaces the final state in
GITHUB_STEP_SUMMARYwithout replacing the existing logs, comments, or annotations.Changes
.github/actions/summary/writehelper for deterministicGITHUB_STEP_SUMMARYwritestests.ymlreports.ymlwiki-preview.ymlandwiki-maintenance.ymlchangelog.yml.github/wikipointer movement on the branch comes from the wiki preview workflow and is expected workflow-managed state, not unrelated scope driftVerification
ruby -e 'require "yaml"; %w[.github/workflows/tests.yml .github/workflows/reports.yml .github/workflows/wiki-preview.yml .github/workflows/wiki-maintenance.yml .github/workflows/changelog.yml .github/actions/summary/write/action.yml .github/actions/changelog/publish-release/action.yml .github/actions/github-pages/cleanup-orphaned-previews/action.yml .github/actions/wiki/cleanup-orphaned-previews/action.yml].each { |path| YAML.load_file(path) }'bash -n .github/actions/summary/write/run.sh .github/actions/changelog/publish-release/run.sh .github/actions/github-pages/cleanup-orphaned-previews/run.sh .github/actions/wiki/cleanup-orphaned-previews/run.shcomposer dev-tools changelog:checkgit diff --checkDocumentation / Generated Output
README.mdAGENTS.mddocs/advanced/consumer-automation.rstdocs/usage/github-actions.rstCHANGELOG.mdChangelog
Add GITHUB_STEP_SUMMARY output to tests, reports, wiki, and changelog workflows for clearer final-state workflow results (#148)toUnreleasedReviewer Notes
.github/wikisubmodule pointer is updated by the wiki preview workflow itself, so seeing that pointer move on the branch is expected workflow side effect rather than unrelated drift