From 51dbf17faafcaf74bc2061ac05328c6e125c7b53 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Tue, 24 Feb 2026 07:39:55 +0000 Subject: [PATCH] fix(workflow): prevent GitHub auto-linking in triage tables (#10143) --- .github/agents/issue-triage.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/agents/issue-triage.md b/.github/agents/issue-triage.md index 9202b8e6d1..9de627e316 100644 --- a/.github/agents/issue-triage.md +++ b/.github/agents/issue-triage.md @@ -261,10 +261,10 @@ Load these skills from `AGENTS.md` before starting: #### Test Specification Write tests FIRST (TDD). The skills contain all testing conventions and patterns. -| # | Test Scenario | Expected Result | Must FAIL today? | -|---|--------------|-----------------|------------------| -| 1 | {scenario} | {expected} | Yes / No | -| 2 | {scenario} | {expected} | Yes / No | +| Test Scenario | Expected Result | Must FAIL today? | +|--------------|-----------------|------------------| +| {scenario} | {expected} | Yes / No | +| {scenario} | {expected} | Yes / No | **Test location**: `tests/providers/{provider}/services/{service}/{check_id}/` **Mock pattern**: {Moto `@mock_aws` | MagicMock on service client} @@ -346,10 +346,10 @@ Load these skills from `AGENTS.md` before starting: #### Test Specification Write tests FIRST (TDD). The skills contain all testing conventions and patterns. -| # | Test Scenario | Expected Result | Must FAIL today? | -|---|--------------|-----------------|------------------| -| 1 | {scenario} | {expected} | Yes / No | -| 2 | {scenario} | {expected} | Yes / No | +| Test Scenario | Expected Result | Must FAIL today? | +|--------------|-----------------|------------------| +| {scenario} | {expected} | Yes / No | +| {scenario} | {expected} | Yes / No | **Test location**: `tests/{path}` (follow existing directory structure)