Conversation
Document the new footer field for create-pull-request-review-comment that was added in PR #15643. This feature enables conditional footer display on PR review comments with three modes: always, none, and if-body. Changes: - Add footer field documentation to safe-outputs.md PR review comments section - Add dedicated PR review comment footer control section to footers.md - Include examples and use cases for the if-body mode The if-body mode is particularly useful for clean approval reviews without body text, reducing footer noise while maintaining attribution for reviews with explanatory text. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pelikhan
approved these changes
Feb 14, 2026
This was referenced Feb 14, 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.
Documentation Updates - 2026-02-14
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Changes Made
docs/src/content/docs/reference/safe-outputs.mdto document the newfooterfield forcreate-pull-request-review-commentconfigurationdocs/src/content/docs/reference/footers.mdto add a dedicated section explaining PR review comment footer control with the three modes (always,none,if-body)Merged PRs Referenced
Summary
PR #15643 added a new
footerfield to thecreate-pull-request-review-commentsafe-outputs configuration that supports conditional footer display:"always"(default) - Always show footer"none"- Never show footer"if-body"- Only show footer when review has body textThe feature also supports boolean values:
true→"always",false→"none"This is particularly useful for clean approval reviews without body text, where you want to avoid footer noise while still including footers on reviews with explanatory text.
The documentation now includes:
footerfield