fix: update stale anchor in glossary for gh aw audit diff#24620
Merged
fix: update stale anchor in glossary for gh aw audit diff#24620
gh aw audit diff#24620Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/3c79de7e-4524-47b2-b59e-c25da26996b3 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 5, 2026 00:26
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes a broken in-page link in the glossary by updating the “Audit Diff” anchor to match the current gh aw audit diff heading in the audit reference docs, unblocking the docs build.
Changes:
- Updated the
gh aw audit diffglossary entry to point at the currentaudit.mdheading anchor.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/reference/glossary.md | Updates the “Audit Diff” link anchor to match the current heading slug in the audit reference. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
| ### Audit Diff (`gh aw audit diff`) | ||
|
|
||
| A `gh aw audit` subcommand that compares behavior across two workflow runs across firewall, MCP tool usage, and run metrics dimensions. Reports domain additions and removals, allowed/denied status changes, request volume drift, and anomaly flags. Useful for detecting regressions and behavioral drift between runs. See [Audit Commands](/gh-aw/reference/audit/#gh-aw-audit-diff-run-id-1-run-id-2). | ||
| A `gh aw audit` subcommand that compares behavior across two workflow runs across firewall, MCP tool usage, and run metrics dimensions. Reports domain additions and removals, allowed/denied status changes, request volume drift, and anomaly flags. Useful for detecting regressions and behavioral drift between runs. See [Audit Commands](/gh-aw/reference/audit/#gh-aw-audit-diff-base-run-id-comparison-run-id-comparison-run-id). |
There was a problem hiding this comment.
The PR description lists the new anchor as #gh-aw-audit-diff-base-run-id-comparison-run-id-comparison-run-id-comparison-run-id, but the actual link updated here is #gh-aw-audit-diff-base-run-id-comparison-run-id-comparison-run-id (matching the audit.md heading). Please update the PR description to avoid confusion when someone cross-checks the change.
This was referenced Apr 5, 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.
The doc build was failing because
reference/glossary.mdreferenced a hash (#gh-aw-audit-diff-run-id-1-run-id-2) that no longer existed after theaudit.mdheading was updated to use<base-run-id>/<comparison-run-id>parameter names.Change
audit.md:#gh-aw-audit-diff-run-id-1-run-id-2→#gh-aw-audit-diff-base-run-id-comparison-run-id-comparison-run-id