From 182cf1057e7d433995d6d93e3b58e316c214706a Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 3 Apr 2026 02:27:37 +0000
Subject: [PATCH 1/2] 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>
---
actions/setup/md/agent_failure_issue.md | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/actions/setup/md/agent_failure_issue.md b/actions/setup/md/agent_failure_issue.md
index 57d5a7e2a07..8e19703b792 100644
--- a/actions/setup/md/agent_failure_issue.md
+++ b/actions/setup/md/agent_failure_issue.md
@@ -34,9 +34,13 @@ Debug this workflow failure using your favorite Agent CLI and the `agentic-workf
-> [!TIP]
-> 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
-> ```
+
+Stop reporting this workflow as a failure
+
+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
+```
+
+
From cee8c3daf21b56079413e53a24ac5dadff894a50 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 3 Apr 2026 04:50:49 +0000
Subject: [PATCH 2/2] 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>
---
actions/setup/md/agent_failure_issue.md | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/actions/setup/md/agent_failure_issue.md b/actions/setup/md/agent_failure_issue.md
index 8e19703b792..b636eb9e82c 100644
--- a/actions/setup/md/agent_failure_issue.md
+++ b/actions/setup/md/agent_failure_issue.md
@@ -34,13 +34,14 @@ Debug this workflow failure using your favorite Agent CLI and the `agentic-workf
-
-Stop reporting this workflow as a failure
-
-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
-```
-
-
+> [!TIP]
+>
+> Stop reporting this workflow as a failure
+>
+> 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
+> ```
+>
+>