Conversation
…igger Add two new glossary entries based on recent changes: - Ecosystem Identifiers: Named shorthand references to predefined domain sets (python, node, go, github, dev-tools, local, default-safe-outputs) used in network.allowed and safe-outputs.allowed-domains. Includes the new default-safe-outputs compound ecosystem identifier (renamed from default-redaction in #21114). - Label Command Trigger (label_command): New trigger type from #21118 that activates when a specific label is added to an issue, PR, or discussion. The label is automatically removed on activation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Glossary Updates - 2026-03-16
Scan Type
Terms Added
Ecosystem Identifiers: Named shorthand domain set references (
python,node,github,dev-tools,default-safe-outputs, etc.) used innetwork.allowedandsafe-outputs.allowed-domains. Added to document the newdev-toolsecosystem anddefault-safe-outputscompound identifier (renamed fromdefault-redaction) introduced in PRs Addsafe-outputs.allowed-url-domainsfor additive URL domain allowlisting #21083 and Merge safe-outputs.allowed-domains and allowed-url-domains; rename default-redaction to default-safe-outputs #21114.Label Command Trigger (
label_command): New trigger type that activates when a specific label is added to an issue, PR, or discussion, and automatically removes the label on activation. Added to cover PR feat: add label-command trigger (On Label Command) #21118.Terms Updated
None.
Changes Analyzed
safe-outputs.allowed-url-domainsfor additive URL domain allowlisting #21083, Addgh aw domainscommand to list network domains configured in workflows #21086, Merge safe-outputs.allowed-domains and allowed-url-domains; rename default-redaction to default-safe-outputs #21114, Inject agentic-workflows MCP usage guide as a compiler-level builtin prompt #21117, feat: add label-command trigger (On Label Command) #21118, Fix call_workflow tool registration in HTTP safe-outputs MCP server #21124Related Changes
safe-outputs.allowed-url-domainsfor additive URL domain allowlisting #21083: Addedsafe-outputs.allowed-url-domainsanddev-toolsecosystemallowed-url-domainsintoallowed-domains; renameddefault-redaction→default-safe-outputslabel_commandtrigger (On Label Command)gh aw domainscommand to list network domains configured in workflows #21086: Addedgh aw domainsCLI command (covered by CLI reference, not glossary)Notes
The
default-safe-outputsecosystem compound identifier (replacingdefault-redaction) is documented within the new Ecosystem Identifiers entry rather than as a separate term to avoid glossary bloat.