Skip to content

[aw-daily] GAP-2: safe-outputs.md update-pull-request missing update-branch parameter (PR #27244) #51

@github-actions

Description

@github-actions

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

  • update-branch parameter row added to update-pull-request table
  • Default value shown as false
  • Behavior described: syncs PR branch with base via updateBranch API

Note: This gap was identified and implemented in PR docs(references): daily intelligence update 2026-04-20.

Generated by Daily Intelligence Pipeline · ● 5.6M ·

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions