[docs] Developer docs consolidation v6.8#27807
Merged
Conversation
Maintenance tone scan found 0 tone issues. Documented 4 new features from pending changesets not yet reflected in dev.md: - label_command trigger: new workflow trigger with status-comment and reaction defaults; exposes needs.activation.outputs.label_command - GHE support: configure_gh_for_ghe.sh script for GitHub Enterprise host auto-detection in workflows using the gh CLI - Audit commands: gh aw audit diff and gh aw audit report added to CLI quick reference and Command Categories section - Container image pinning by digest (PR #27762): ContainerPin struct in pkg/actionpins compiles mutable tags to immutable SHA-256 digests Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Developer Documentation Consolidation — v6.8
Daily maintenance run for
scratchpad/dev.md. Tone scan found 0 tone issues.Changes Made
Documented 4 new features from pending changesets not yet reflected in dev.md:
label_commandtrigger — new workflow trigger type; activation job removes the triggering label and exposesneeds.activation.outputs.label_command;status-comment: trueandreaction: eyesare now defaults (same asslash_command)GHE Support —
configure_gh_for_ghe.shscript for auto-detecting GitHub Enterprise host from env vars (GITHUB_SERVER_URL,GITHUB_ENTERPRISE_HOST,GITHUB_HOST,GH_HOST)Audit commands —
gh aw audit diff <run1> <run2>andgh aw audit reportadded to CLI quick reference table and Command Categories section;gh aw fixandgh aw logsalso added to the referenceContainer image pinning by digest (PR Pin builtin container images by digest in compiled lock files and AWF hash-spec configuration #27762) — compiler resolves mutable container image tags to immutable SHA-256 digests; documented
ContainerPinstruct inpkg/actionpinsand the pin lifecycleFiles Modified
scratchpad/dev.md— bumped to v6.8 (2026-04-22), +56 linesValidation