[docs] Update documentation for features from 2026-05-19#33283
Merged
Conversation
…s: current, ignore-if-missing, and workflow_run.workflows validation Documents user-facing changes from PRs merged in the last 24 hours: - gh aw add / add-wizard now accept arbitrary HTTP(S) URLs and JSON workflow definitions (from #33164) - network.allowed-input opt-in input for caller-extensible reusable workflow allowlists (from #33200) - tools.github.allowed-repos: current macro for repo-scoped MCP guard policies (from #33041) - safe-outputs.github-app.ignore-if-missing flag for graceful App-token skip on fork/missing-secret runs (from #33033) - workflow_run.workflows now required at compile time (from #33191) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
pelikhan
approved these changes
May 19, 2026
This was referenced May 19, 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.
Summary
Documentation update covering five feature enhancements: HTTPS URL workflow imports, network allowlist extensibility for reusable workflows, repository alias normalization, graceful credential fallback, and workflow_run trigger validation.
Changes
HTTPS URL Workflow Imports
docs/src/content/docs/setup/cli.mdgh aw addandgh aw add-wizardcommands to accept arbitrary HTTPS URLs with content-type-based dispatch for markdown and JSON workflowsNetwork Allowlist Extension for Reusable Workflows
docs/src/content/docs/reference/network.mdnetwork.allowed-inputfeature that enables reusable workflows to accept caller-extensible network allowlists viaworkflow_callinputsRepository Alias Normalization
docs/src/content/docs/reference/github-tools.mdcurrentas a normalized alias for the workflow repository inallowed-reposconfiguration, with usage example for reusable workflowsGraceful Credential Fallback
docs/src/content/docs/reference/auth.mdxignore-if-missingflag that allows graceful fallback when GitHub App credentials are unavailable in workflowsWorkflow Run Trigger Validation
docs/src/content/docs/reference/triggers.mdworkflow_runtriggers must include at least one non-emptyworkflowsentryAgentic Analysis Metadata
Change Type: Documentation
Total Files Modified: 5
Breaking Changes: None
Risk Level: Low
Review Focus: Documentation accuracy, completeness of examples, consistency with implementation
Key Themes:
Commit: aea8285