Skip to content

Commit 91560b6

Browse files
authored
chore(infra): expand PR labeling (#33887)
1 parent b1dd448 commit 91560b6

File tree

2 files changed

+83
-4
lines changed

2 files changed

+83
-4
lines changed

.github/pr-file-labeler.yml

Lines changed: 82 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ core:
77
- any-glob-to-any-file:
88
- "libs/core/**/*"
99

10-
langchain:
10+
langchain-classic:
1111
- changed-files:
1212
- any-glob-to-any-file:
1313
- "libs/langchain/**/*"
14-
- "libs/langchain_v1/**/*"
1514

16-
v1:
15+
langchain:
1716
- changed-files:
1817
- any-glob-to-any-file:
1918
- "libs/langchain_v1/**/*"
@@ -28,6 +27,11 @@ standard-tests:
2827
- any-glob-to-any-file:
2928
- "libs/standard-tests/**/*"
3029

30+
model-profiles:
31+
- changed-files:
32+
- any-glob-to-any-file:
33+
- "libs/model-profiles/**/*"
34+
3135
text-splitters:
3236
- changed-files:
3337
- any-glob-to-any-file:
@@ -39,6 +43,81 @@ integration:
3943
- any-glob-to-any-file:
4044
- "libs/partners/**/*"
4145

46+
anthropic:
47+
- changed-files:
48+
- any-glob-to-any-file:
49+
- "libs/partners/anthropic/**/*"
50+
51+
chroma:
52+
- changed-files:
53+
- any-glob-to-any-file:
54+
- "libs/partners/chroma/**/*"
55+
56+
deepseek:
57+
- changed-files:
58+
- any-glob-to-any-file:
59+
- "libs/partners/deepseek/**/*"
60+
61+
exa:
62+
- changed-files:
63+
- any-glob-to-any-file:
64+
- "libs/partners/exa/**/*"
65+
66+
fireworks:
67+
- changed-files:
68+
- any-glob-to-any-file:
69+
- "libs/partners/fireworks/**/*"
70+
71+
groq:
72+
- changed-files:
73+
- any-glob-to-any-file:
74+
- "libs/partners/groq/**/*"
75+
76+
huggingface:
77+
- changed-files:
78+
- any-glob-to-any-file:
79+
- "libs/partners/huggingface/**/*"
80+
81+
mistralai:
82+
- changed-files:
83+
- any-glob-to-any-file:
84+
- "libs/partners/mistralai/**/*"
85+
86+
nomic:
87+
- changed-files:
88+
- any-glob-to-any-file:
89+
- "libs/partners/nomic/**/*"
90+
91+
ollama:
92+
- changed-files:
93+
- any-glob-to-any-file:
94+
- "libs/partners/ollama/**/*"
95+
96+
openai:
97+
- changed-files:
98+
- any-glob-to-any-file:
99+
- "libs/partners/openai/**/*"
100+
101+
perplexity:
102+
- changed-files:
103+
- any-glob-to-any-file:
104+
- "libs/partners/perplexity/**/*"
105+
106+
prompty:
107+
- changed-files:
108+
- any-glob-to-any-file:
109+
- "libs/partners/prompty/**/*"
110+
111+
qdrant:
112+
- changed-files:
113+
- any-glob-to-any-file:
114+
- "libs/partners/qdrant/**/*"
115+
116+
xai:
117+
- changed-files:
118+
- any-glob-to-any-file:
119+
- "libs/partners/xai/**/*"
120+
42121
# Infrastructure and DevOps
43122
infra:
44123
- changed-files:

.github/workflows/pr_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
core
8080
cli
8181
langchain
82-
langchain_classic
82+
langchain-classic
8383
model-profiles
8484
standard-tests
8585
text-splitters

0 commit comments

Comments
 (0)