Skip to content

Commit 51dbf17

Browse files
authored
fix(workflow): prevent GitHub auto-linking in triage tables (#10143)
1 parent f7895e2 commit 51dbf17

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/agents/issue-triage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@ Load these skills from `AGENTS.md` before starting:
261261
#### Test Specification
262262
Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
263263
264-
| # | Test Scenario | Expected Result | Must FAIL today? |
265-
|---|--------------|-----------------|------------------|
266-
| 1 | {scenario} | {expected} | Yes / No |
267-
| 2 | {scenario} | {expected} | Yes / No |
264+
| Test Scenario | Expected Result | Must FAIL today? |
265+
|--------------|-----------------|------------------|
266+
| {scenario} | {expected} | Yes / No |
267+
| {scenario} | {expected} | Yes / No |
268268
269269
**Test location**: `tests/providers/{provider}/services/{service}/{check_id}/`
270270
**Mock pattern**: {Moto `@mock_aws` | MagicMock on service client}
@@ -346,10 +346,10 @@ Load these skills from `AGENTS.md` before starting:
346346
#### Test Specification
347347
Write tests FIRST (TDD). The skills contain all testing conventions and patterns.
348348
349-
| # | Test Scenario | Expected Result | Must FAIL today? |
350-
|---|--------------|-----------------|------------------|
351-
| 1 | {scenario} | {expected} | Yes / No |
352-
| 2 | {scenario} | {expected} | Yes / No |
349+
| Test Scenario | Expected Result | Must FAIL today? |
350+
|--------------|-----------------|------------------|
351+
| {scenario} | {expected} | Yes / No |
352+
| {scenario} | {expected} | Yes / No |
353353
354354
**Test location**: `tests/{path}` (follow existing directory structure)
355355

0 commit comments

Comments
 (0)