[docs] Update documentation for shared gh.md workflow#5185
Merged
Conversation
- Document the reusable shared/gh.md workflow in safe-inputs reference - Add 'Shared gh CLI Tool' subsection with usage examples - Show how to import and use the gh tool with various commands Related to #5157
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-12-01
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Changes Made
docs/src/content/docs/reference/safe-inputs.mdto document the newshared/gh.mdworkflowMerged PRs Referenced
Analysis Summary
I reviewed 28 merged PRs from the last 24 hours (merged on or after 2025-11-30). Most changes were:
The only user-facing feature requiring documentation was the new shared gh.md workflow, which provides a convenient way to access gh CLI commands as a safe-input tool.
Notes
The safe-inputs documentation already comprehensively covers the safe-inputs feature (added in PR #5090). The new shared gh.md workflow is an example/utility built on top of that existing feature, so I added it as a practical example in the existing safe-inputs reference documentation.