From 419916cd1686418895667f5125f92eb78aa8ef82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:48:15 +0000 Subject: [PATCH] docs: update glossary - weekly scan 2026-07-06 - Updated GH_HOST definition to mention that gh aw trial (including --clone-repo and --trigger-context) now honors GH_HOST for GHES instances (PR #43729) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/src/content/docs/reference/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/reference/glossary.md b/docs/src/content/docs/reference/glossary.md index dff761ab32b..da33e3fa40e 100644 --- a/docs/src/content/docs/reference/glossary.md +++ b/docs/src/content/docs/reference/glossary.md @@ -1150,7 +1150,7 @@ See [Governance](/gh-aw/guides/governance/#disabling-create-pull-request-org-wid ### `GH_HOST` -An environment variable recognized by the `gh` CLI that specifies the GitHub hostname for GitHub Enterprise Server (GHES) or GitHub Enterprise Cloud (GHEC) deployments. When set, `gh` commands target the specified enterprise instance instead of `github.com`. Agentic workflows automatically configure this from `GITHUB_SERVER_URL` at agent job startup; the variable is also propagated to custom frontmatter jobs and the safe-outputs job so all `gh` calls target the correct enterprise host. See [Environment Variables Reference](/gh-aw/reference/environment-variables/). +An environment variable recognized by the `gh` CLI that specifies the GitHub hostname for GitHub Enterprise Server (GHES) or GitHub Enterprise Cloud (GHEC) deployments. When set, `gh` commands target the specified enterprise instance instead of `github.com`. Agentic workflows automatically configure this from `GITHUB_SERVER_URL` at agent job startup; the variable is also propagated to custom frontmatter jobs and the safe-outputs job so all `gh` calls target the correct enterprise host. `gh aw trial` (including `--clone-repo` and `--trigger-context`) also honors `GH_HOST` — all trial repository URLs are built against the resolved host instead of hard-coded `github.com`, so trials work correctly against GHES instances. See [Environment Variables Reference](/gh-aw/reference/environment-variables/). ### Label Command Trigger (`label_command`)