Skip to content

Commit b8895d2

Browse files
Copilotpelikhan
andauthored
Use details/summary for progressive disclosure of failure reporting tip (#24229)
* wrap agent failure tip in details/summary for progressive disclosure Agent-Logs-Url: https://github.com/github/gh-aw/sessions/6c82709f-69d4-407f-8586-9c45523d041c Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * wrap details/summary section in TIP alert for progressive disclosure Agent-Logs-Url: https://github.com/github/gh-aw/sessions/76485015-9be8-4b4e-ac60-ec46ff1fa2b3 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 1849b17 commit b8895d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

actions/setup/md/agent_failure_issue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ Debug this workflow failure using your favorite Agent CLI and the `agentic-workf
3535
</details>
3636

3737
> [!TIP]
38+
> <details>
39+
> <summary><b>Stop reporting this workflow as a failure</b></summary>
40+
>
3841
> To stop a workflow from creating failure issues, set `report-failure-as-issue: false` in its frontmatter:
3942
> ```yaml
4043
> safe-outputs:
4144
> report-failure-as-issue: false
4245
> ```
46+
>
47+
> </details>

0 commit comments

Comments
 (0)