From 573a66b67193f6cbc8851d283b5cce0c9cb4b8df Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 3 Sep 2026 10:56:32 -0700 Subject: [PATCH] Fix platform-support issue template to apply a label that exists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The template auto-applies `platform-support`, but the repo has no such label (harness requests use `new-harness`). GitHub silently drops labels that don't exist, so every platform-support request arrives unlabeled — the Amazon Q request (#2194) is the latest example. Claude-Session: https://claude.ai/code/session_01UiEfXTZAC5cuH4hgx24mbB --- .github/ISSUE_TEMPLATE/platform_support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/platform_support.md b/.github/ISSUE_TEMPLATE/platform_support.md index 277dd1ee..31faa68b 100644 --- a/.github/ISSUE_TEMPLATE/platform_support.md +++ b/.github/ISSUE_TEMPLATE/platform_support.md @@ -1,7 +1,7 @@ --- name: IDE / Platform Support Request about: Request support for a new IDE, editor, or AI coding tool -labels: platform-support +labels: new-harness ---