From 4ea4044f4eaa80f9a9101f43fd3aa4933f170fbc Mon Sep 17 00:00:00 2001 From: Neko Date: Tue, 7 Apr 2026 16:50:44 +0800 Subject: [PATCH] chore(ci): added more labels --- .github/labels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 7a39ed299..c5ce915db 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -142,6 +142,12 @@ - name: 'scope/ui' description: 'Scope related to UI/UX, or interface improve, perf, and bugs' color: '4468eb' +- name: 'scope/visual-input' + description: 'Scope related to vision/visual input (YOLO, OCR, VLM, etc.)' + color: '4468eb' +- name: 'scope/visual-output' + description: 'Scope related to audio output (SD, Comfy, AI painting, video generation, etc.)' + color: '4468eb' - name: 'security' description: 'Security issue, Pull Request, or advisory related.' color: 'fdf122'