[docs] Update documentation for features from 2025-11-19#4317
Merged
Conversation
Add documentation for three new features merged in the last 24 hours: 1. Update-release safe output (PR #4278) - Added to safe outputs table - Full documentation with operations (replace, append, prepend) - Agent output format examples - Configuration options 2. No-op safe output (PR #4286) - Added to safe outputs table - Documentation explaining transparency and auto-enable - Agent output format examples - Use cases for silent completion prevention 3. Skip-if-match trigger condition (PR #4287) - Added to triggers reference - How it works explanation - Three common use case examples - GitHub search query integration details 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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 - 2025-11-19
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Update-release safe output (from Add update-release safe output for modifying GitHub release descriptions #4278)
No-op safe output (from Add noop safe output for transparent workflow completion #4286)
Skip-if-match trigger condition (from Add skip-if-match field for conditional workflow execution based on GitHub search queries #4287)
Changes Made
docs/src/content/docs/reference/safe-outputs.md:
update-releaseandnoopto safe outputs tableupdate-releasesection with operations and examplesnoopsection with use cases and transparency benefitsdocs/src/content/docs/reference/triggers.md:
skip-if-matchsection with comprehensive documentationMerged PRs Referenced
Documentation Guidelines
All changes follow the Diátaxis framework and documentation guidelines:
🤖 Generated with Claude Code