Skip to content

Commit 5ff8031

Browse files
docs: update glossary - daily scan 2026-03-10 (#20328)
1 parent 297b343 commit 5ff8031

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/src/content/docs/reference/glossary.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ Access controls defining workflow operations. Workflows follow least privilege,
128128

129129
Customizable messages workflows can display during execution. Configured in `safe-outputs.messages` with types `run-started`, `run-success`, `run-failure`, and `footer`. Supports GitHub context variables like `{workflow_name}` and `{run_url}`.
130130

131+
### Failure Issue Reporting (`report-failure-as-issue:`)
132+
133+
A `safe-outputs` option controlling whether workflow run failures are automatically reported as GitHub issues. Defaults to `true` when safe outputs are configured. Set to `false` to suppress failure issue creation for workflows where failures are expected or handled externally:
134+
135+
```yaml
136+
safe-outputs:
137+
report-failure-as-issue: false
138+
```
139+
140+
See [Safe Outputs Reference](/gh-aw/reference/safe-outputs/).
141+
131142
### Upload Assets
132143
133144
A safe output capability for uploading generated files (screenshots, charts, reports) to an orphaned git branch for persistent storage. The AI calls the `upload_asset` tool to register files, which are committed to a dedicated assets branch by a separate permission-controlled job. Assets are accessible via GitHub raw URLs. Commonly used for visual testing artifacts, data visualizations, and generated documentation.

0 commit comments

Comments
 (0)