Conversation
…iers Add missing ecosystem identifiers to network.md reference table: - `local`: loopback addresses (localhost, 127.0.0.1, ::1) - `dev-tools`: CI/CD and developer tool service domains - `default-safe-outputs`: compound baseline (defaults + dev-tools + github + local) - Expand `github` description to list specific included domains Update safe-outputs.md to document ecosystem identifier support in `allowed-domains`, including examples and a note on `default-safe-outputs` as the recommended baseline for URL redaction. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pelikhan
approved these changes
Mar 16, 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-16
This PR updates documentation based on changes merged in the last 24 hours.
Features Documented
localecosystem identifier (from Expand dev-tools and github domain sets; add dedicated local ecosystem; add github and local to default-safe-outputs #21142) — loopback addresses (localhost,127.0.0.1,::1)dev-toolsecosystem identifier (from Expand dev-tools and github domain sets; add dedicated local ecosystem; add github and local to default-safe-outputs #21142) — CI/CD and developer tooling domains (Codecov, Shields.io, Snyk, Renovate, CircleCI, etc.)default-safe-outputscompound ecosystem (from Merge safe-outputs.allowed-domains and allowed-url-domains; rename default-redaction to default-safe-outputs #21114) — baseline coveringdefaults + dev-tools + github + local; recommended forsafe-outputs.allowed-domainsgithubecosystem description (from Expand dev-tools and github domain sets; add dedicated local ecosystem; add github and local to default-safe-outputs #21142) — now lists specific included domainssafe-outputs.allowed-domains(from Merge safe-outputs.allowed-domains and allowed-url-domains; rename default-redaction to default-safe-outputs #21114) — documents thatallowed-domainsaccepts ecosystem identifiers (not just bare domain strings), with examples📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/network.md: addedlocal,dev-tools, anddefault-safe-outputsrows to the Ecosystem Identifiers table; expanded thegithubrow to list specific domainsdocs/src/content/docs/reference/safe-outputs.md: extended theallowed-domainssection to show ecosystem identifier usage and describedefault-safe-outputsas the recommended baselineMerged PRs Referenced
Notes
allowed-url-domains(removed field) anddefault-redaction(old ecosystem name) were not present in any docs file, so no cleanup was needed for those breaking changes.label_commandtrigger was self-documented in PR feat: add label-command trigger (On Label Command) #21118 (updatedpatterns/label-ops.mdandreference/triggers.md) — no additional work needed.