Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions actions/setup/js/handle_agent_failure.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ describe("handle_agent_failure.cjs", () => {

### Action Required

**Option 1: Assign this issue to agent using agentic-workflows**
Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing article before "agent". The phrase "Assign this issue to agent" should be "Assign this issue to the agent" for grammatical correctness. This should match the correction made in the template file.

Copilot uses AI. Check for mistakes.

Assign this issue to the \`agentic-workflows\` agent to automatically debug and fix the workflow failure.

**Option 2: Manually invoke the agent**

Debug this workflow failure using the \`agentic-workflows\` agent:

\`\`\`
Expand Down
6 changes: 6 additions & 0 deletions actions/setup/md/agent_failure_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Action Required

**Option 1: Assign this issue to agent using agentic-workflows**
Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing article before "agent". The phrase "Assign this issue to agent" should be "Assign this issue to the agent" for grammatical correctness.

Suggested change
**Option 1: Assign this issue to agent using agentic-workflows**
**Option 1: Assign this issue to the agent using agentic-workflows**

Copilot uses AI. Check for mistakes.

Assign this issue to the `agentic-workflows` agent to automatically debug and fix the workflow failure.

**Option 2: Manually invoke the agent**

Debug this workflow failure using the `agentic-workflows` agent:

```
Expand Down
Loading