Closed
docs: expand sanitized outputs documentation and add deprecation notes for needs.activation.outputs.text/title/body#44932
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate workflow markdown examples to steps.sanitized.outputs
docs: expand sanitized outputs documentation and add deprecation notes for needs.activation.outputs.text/title/body
Jul 11, 2026
This was referenced Jul 11, 2026
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.
Hippo repeatedly recalled deprecation guidance for
needs.activation.outputs.{text,title,body}. No workflow.mdfiles or docs actually used the deprecated form — all were already correct — but the reference docs only mentionedsteps.sanitized.outputs.text, leavingtitleandbodyundocumented and the deprecation of the old form unmentioned.Changes
.github/aw/context.md: Expanded the sanitized outputs section to document all three outputs (text,title,body) with a per-event behavior table and an explicit deprecation blockquote clarifying that only these three are affected — otherneeds.activation.outputs.*fields (comment_id,slash_command, etc.) remain valid in downstream jobs..github/aw/github-agentic-workflows.mdand.github/aw/workflow-constraints.md: Updated the one-liner security rule to enumerate all three variants and explicitly warn against the deprecated aliases.docs/src/content/docs/reference/templating.md: Added a:::note[Deprecated form]callout after the sanitized outputs list.Before (context.md):
After: