Skip to content

Commit f277830

Browse files
authored
labeler: remove some noisy labels (#140)
1 parent 031433a commit f277830

File tree

1 file changed

+0
-87
lines changed

1 file changed

+0
-87
lines changed

.github/labeler.yml

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -8,80 +8,12 @@ plugins:
88
- changed-files:
99
- any-glob-to-any-file: 'plugins/**'
1010

11-
# Specific Plugin Labels
12-
plugin-getstream:
13-
- changed-files:
14-
- any-glob-to-any-file: 'plugins/getstream/**'
15-
16-
plugin-openai:
17-
- changed-files:
18-
- any-glob-to-any-file: 'plugins/openai/**'
19-
20-
plugin-gemini:
21-
- changed-files:
22-
- any-glob-to-any-file: 'plugins/gemini/**'
23-
24-
plugin-deepgram:
25-
- changed-files:
26-
- any-glob-to-any-file: 'plugins/deepgram/**'
27-
28-
plugin-ultralytics:
29-
- changed-files:
30-
- any-glob-to-any-file: 'plugins/ultralytics/**'
31-
32-
plugin-elevenlabs:
33-
- changed-files:
34-
- any-glob-to-any-file: 'plugins/elevenlabs/**'
35-
36-
plugin-cartesia:
37-
- changed-files:
38-
- any-glob-to-any-file: 'plugins/cartesia/**'
39-
40-
plugin-kokoro:
41-
- changed-files:
42-
- any-glob-to-any-file: 'plugins/kokoro/**'
43-
44-
plugin-moonshine:
45-
- changed-files:
46-
- any-glob-to-any-file: 'plugins/moonshine/**'
47-
48-
plugin-silero:
49-
- changed-files:
50-
- any-glob-to-any-file: 'plugins/silero/**'
51-
52-
plugin-smart-turn:
53-
- changed-files:
54-
- any-glob-to-any-file: 'plugins/smart_turn/**'
55-
56-
plugin-wizper:
57-
- changed-files:
58-
- any-glob-to-any-file: 'plugins/wizper/**'
59-
60-
plugin-xai:
61-
- changed-files:
62-
- any-glob-to-any-file: 'plugins/xai/**'
63-
64-
plugin-krisp:
65-
- changed-files:
66-
- any-glob-to-any-file: 'plugins/krisp/**'
67-
68-
plugin-anthropic:
69-
- changed-files:
70-
- any-glob-to-any-file: 'plugins/anthropic/**'
7111

7212
# Examples and Demos
7313
examples:
7414
- changed-files:
7515
- any-glob-to-any-file: 'examples/**'
7616

77-
# Testing
78-
tests:
79-
- changed-files:
80-
- any-glob-to-any-file: 'tests/**'
81-
- any-glob-to-any-file: '**/tests/**'
82-
- any-glob-to-any-file: '**/test_*.py'
83-
- any-glob-to-any-file: '**/*_test.py'
84-
8517
# Documentation
8618
docs:
8719
- changed-files:
@@ -106,25 +38,6 @@ ci:
10638
- changed-files:
10739
- any-glob-to-any-file: '.github/**'
10840

109-
# Core Agent System
110-
core-agents:
111-
- changed-files:
112-
- any-glob-to-any-file: 'agents-core/vision_agents/core/agents/**'
113-
- any-glob-to-any-file: 'agents-core/vision_agents/core/events/**'
114-
- any-glob-to-any-file: 'agents-core/vision_agents/core/edge/**'
115-
116-
# Core Infrastructure
117-
core-infrastructure:
118-
- changed-files:
119-
- any-glob-to-any-file: 'agents-core/vision_agents/core/llm/**'
120-
- any-glob-to-any-file: 'agents-core/vision_agents/core/stt/**'
121-
- any-glob-to-any-file: 'agents-core/vision_agents/core/tts/**'
122-
- any-glob-to-any-file: 'agents-core/vision_agents/core/vad/**'
123-
- any-glob-to-any-file: 'agents-core/vision_agents/core/turn_detection/**'
124-
- any-glob-to-any-file: 'agents-core/vision_agents/core/processors/**'
125-
- any-glob-to-any-file: 'agents-core/vision_agents/core/mcp/**'
126-
- any-glob-to-any-file: 'agents-core/vision_agents/core/observability/**'
127-
- any-glob-to-any-file: 'agents-core/vision_agents/core/utils/**'
12841

12942
# CLI and Development Tools
13043
cli:

0 commit comments

Comments
 (0)