[docs] Update documentation for features from 2026-03-19#21731
Merged
Conversation
- Add inline JavaScript script handlers (`safe-outputs.scripts`) section to custom-safe-outputs.md, documenting the new in-process handler feature added in #21582 - Fix github-tools.md guard policy description: repos defaults to "all" when omitted, only min-integrity is required (#21718) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Mar 19, 2026
This was referenced Mar 19, 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-03-19
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
safe-outputs.scripts) — from Add support for defined custom safe-output scripts #21582reposdefaults to"all"when omitted — from fix: defaultgithub.repostoallwhen omitted from guard policy #21718📝 Detailed Changes & References
Changes Made
Updated
docs/src/content/docs/reference/custom-safe-outputs.mdto document the newsafe-outputs.scriptsfeature: inline JavaScript handlers that run in-process within the consolidated safe-outputs job, as an alternative to customjobs(which create separate GitHub Actions jobs). Includes a reference table, example, script body context documentation, and a property reference.Updated
docs/src/content/docs/reference/github-tools.mdguard policy section: corrected the description ofreposandmin-integrityrequirements.min-integritycan be specified alone;reposdefaults to"all"when omitted (previously stated both were always required when either was specified).Merged PRs Referenced
github.repostoallwhen omitted from guard policy #21718 — fix: defaultgithub.repostoallwhen omitted from guard policyNotes
docs/src/content/docs/troubleshooting/common-issues.mdlines 308–378 (GitHub Enterprise Server Issues section).needs.activation.outputs.*in workflow markdown; update all docs to usesteps.sanitized.outputs.*#21682 (deprecateneeds.activation.outputs.*), and Addchromeanddenoecosystem domain groups for headless Chrome/Puppeteer and Deno testing #21653 (chrome/denoecosystems) were already included in their respective code commits and required no additional documentation updates.