Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions actions/setup/md/agent_failure_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ Debug this workflow failure using your favorite Agent CLI and the `agentic-workf
</details>

> [!TIP]
> <details>
> <summary><b>Stop reporting this workflow as a failure</b></summary>
>
> To stop a workflow from creating failure issues, set `report-failure-as-issue: false` in its frontmatter:
> ```yaml
> safe-outputs:
> report-failure-as-issue: false
> ```
>
> </details>