[docs] Update glossary - weekly full scan 2026-06-29#42237
Merged
pelikhan merged 1 commit intoJun 29, 2026
Conversation
Add two new glossary entries from weekly scan: - `gh aw env`: CLI command for managing GH_AW_DEFAULT_* variables at enterprise, org, and repo scope. Added to Development and Compilation section, based on the governance guide introduced in #41758. - `GH_AW_POLICY_*`: Runtime Policy Variables family that enforce capability gates without recompiling workflows (e.g., GH_AW_POLICY_ALLOW_CREATE_PULL_REQUEST). Added near GH_AW_DEFAULT_* in Advanced Features section, based on #41771. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Jun 29, 2026
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
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.
Summary
Weekly glossary scan for 2026-06-29. Adds two new reference entries and updates one existing entry to reflect recently shipped CLI and policy features.
Changes
File:
docs/src/content/docs/reference/glossary.mdNew entries
gh aw env— Documents the new CLI command for reading and writingGH_AW_DEFAULT_*governance variables as GitHub Actions variables at enterprise, organization, or repository scope. Coversgh aw env get(export to YAML) andgh aw env update(apply from YAML),--dry-run/--yesflags, and the most-specific-wins precedence model.GH_AW_POLICY_*— Documents the new family of boolean GitHub Actions variables that enforce runtime capability gates without workflow recompilation. Distinguishes policy variables (permit/refuse behaviors) fromGH_AW_DEFAULT_*(numeric/model tuning). Covers scope inheritance rules and the currently defined variableGH_AW_POLICY_ALLOW_CREATE_PULL_REQUEST.Updated entries
GH_AW_DEFAULT_*— Added a note that these variables are managed in batch viagh aw env.Type
documentationImpact
Docs only. No code, compiled workflows, or generated files changed.