Gap Details
Type: missing (priority 3)
File: skills/aw-author/references/safe-outputs.md
Section: update-pull-request: parameter table
Current Content
The update-pull-request parameter table does not include update-branch.
Expected Change
Add a new row to the update-pull-request parameter table:
| `update-branch` | boolean | `false` | Sync PR branch with base branch before updating (calls `updateBranch` API) |
Also add it to the YAML example block:
safe-outputs:
update-pull-request:
update-branch: false # optional: sync branch with base before updating
Source
- github/gh-aw@ca935b6 (PR #27244, 2026-04-20)
actions/setup/js/update_pull_request.cjs: const updateBranch = item.update_branch !== undefined ? item.update_branch === true : config.update_branch === true;
Acceptance Criteria
Note: This gap was identified and implemented in PR docs(references): daily intelligence update 2026-04-20.
Generated by Daily Intelligence Pipeline · ● 5.6M · ◷
Gap Details
Type: missing (priority 3)
File:
skills/aw-author/references/safe-outputs.mdSection:
update-pull-request:parameter tableCurrent Content
The
update-pull-requestparameter table does not includeupdate-branch.Expected Change
Add a new row to the
update-pull-requestparameter table:Also add it to the YAML example block:
Source
actions/setup/js/update_pull_request.cjs:const updateBranch = item.update_branch !== undefined ? item.update_branch === true : config.update_branch === true;Acceptance Criteria
update-branchparameter row added toupdate-pull-requesttablefalseupdateBranchAPINote: This gap was identified and implemented in PR
docs(references): daily intelligence update 2026-04-20.