From 09bb93c72350a64e9372046be6e229343b1a5af3 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Mon, 6 Apr 2026 16:30:47 -0500 Subject: [PATCH] chore(ci): clarify Docs and Design prefix descriptions in triage bot (#1228) Co-authored-by: Claude Opus 4.6 (1M context) --- .github/workflows/issue-triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 0fa50573..5ddb9610 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -51,10 +51,10 @@ jobs: - Prefixes: - `Feature:` — New capability or behavior - `Bug:` — Something broken or not working as expected - - `Docs:` — Documentation additions or improvements + - `Docs:` — Writing or improving documentation content (not tooling) - `Architecture:` — Internal structure, design patterns, core refactoring - `Chore:` — Maintenance, deps, tooling, CI - - `Design:` — Design docs, component specs, visual design + - `Design:` — Design docs, component specs, discovery/research 2. Classify and label: - Determine best-fit labels from issue content and template sections. - Review labels used on related/cross-referenced issues before deciding.