Gap Details
Type: incorrect (priority 1)
File: skills/aw-author/references/safe-outputs.md
Section: push-to-pull-request-branch: parameter table
Current Content (incorrect)
| `if-no-changes` | string | — | Action when no changes: `"comment"`, `"skip"` |
```
## Expected Change
The valid values for `if-no-changes` are `"warn"` (default), `"error"`, and `"ignore"` — NOT `"comment"` or `"skip"`.
```
| `if-no-changes` | string | `"warn"` | Action when no changes: `"warn"` (default), `"error"`, `"ignore"` |
Source
github/gh-aw pkg/workflow/push_to_pull_request_branch.go — switch statement validates: case "warn", "error", "ignore"
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: incorrect (priority 1)
File:
skills/aw-author/references/safe-outputs.mdSection:
push-to-pull-request-branch:parameter tableCurrent Content (incorrect)
Source
github/gh-awpkg/workflow/push_to_pull_request_branch.go— switch statement validates:case "warn", "error", "ignore"Acceptance Criteria
if-no-changesrow updated with correct valid values:"warn","error","ignore""warn""comment"and"skip"removedNote: This gap was identified and implemented in PR
docs(references): daily intelligence update 2026-04-20.