[docs] Update documentation for features from 2026-04-18#27017
Merged
Conversation
…ix codemods - Add redirect: frontmatter field reference (gh aw update follows redirect chains; --no-redirect flag refuses redirected updates) - Document allowed-base-branches for create-pull-request safe output (enables per-run base branch override by the agent within policy-gated glob patterns) - Add steps-run-secrets-to-env and engine-env-secrets-to-engine-config codemods to gh aw fix reference (strict-mode secret leak remediation) Refs: #26903, #26916, #26919 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.
Documentation Updates - April 18, 2026
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
redirect:frontmatter field for workflow relocation (from Add redirect support for updates with--no-redirectand safe-update approval checks #26903)allowed-base-branchesfor per-run base branch overrides increate-pull-request(from Add policy-gated per-run base branch override forcreate_pull_request#26916)steps-run-secrets-to-envandengine-env-secrets-to-engine-configcodemods forgh aw fix(from [aw-compat] Addgh aw fixcodemods for strict-mode secret leaks in steprunandengine.env#26919)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/frontmatter.mdto add aredirect:section documenting the new frontmatter field that signals a workflow has moved, howgh aw updatefollows redirect chains, and the--no-redirectflag behavior.docs/src/content/docs/reference/safe-outputs-pull-requests.mdto documentallowed-base-branches— a policy-gated list of glob patterns that enables the agent to override the target PR base branch at runtime.docs/src/content/docs/setup/cli.mdto:--no-redirectoption to thegh aw updatecommand reference.gh aw fixwith an explicit list includingsteps-run-secrets-to-envandengine-env-secrets-to-engine-config.Merged PRs Referenced
--no-redirectand safe-update approval checks #26903 — Add redirect support for updates with--no-redirectand safe-update approval checkscreate_pull_request#26916 — Add policy-gated per-run base branch override forcreate_pull_requestgh aw fixcodemods for strict-mode secret leaks in steprunandengine.env#26919 — Addgh aw fixcodemods for strict-mode secret leaks in steprunandengine.envSkipped Issues
Notes
Team reviewer support (#26915) was already present in
safe-outputs-pull-requests.mdbefore this run — no update needed.