@@ -9,6 +9,11 @@ integration:amazon-sagemaker:
9
9
- any-glob-to-any-file : " integrations/amazon_sagemaker/**/*"
10
10
- any-glob-to-any-file : " .github/workflows/amazon_sagemaker.yml"
11
11
12
+ integration:anthropic :
13
+ - changed-files :
14
+ - any-glob-to-any-file : " integrations/anthropic/**/*"
15
+ - any-glob-to-any-file : " .github/workflows/anthropic.yml"
16
+
12
17
integration:astra :
13
18
- changed-files :
14
19
- any-glob-to-any-file : " integrations/astra/**/*"
@@ -29,6 +34,11 @@ integration:cohere:
29
34
- any-glob-to-any-file : " integrations/cohere/**/*"
30
35
- any-glob-to-any-file : " .github/workflows/cohere.yml"
31
36
37
+ integration:deepeval :
38
+ - changed-files :
39
+ - any-glob-to-any-file : " integrations/deepeval/**/*"
40
+ - any-glob-to-any-file : " .github/workflows/deepeval.yml"
41
+
32
42
integration:elasticsearch :
33
43
- changed-files :
34
44
- any-glob-to-any-file : " integrations/elasticsearch/**/*"
@@ -134,6 +144,16 @@ integration:ragas:
134
144
- any-glob-to-any-file : " integrations/ragas/**/*"
135
145
- any-glob-to-any-file : " .github/workflows/ragas.yml"
136
146
147
+ integration:snowflake :
148
+ - changed-files :
149
+ - any-glob-to-any-file : " integrations/snowflake/**/*"
150
+ - any-glob-to-any-file : " .github/workflows/snowflake.yml"
151
+
152
+ integration:stackit :
153
+ - changed-files :
154
+ - any-glob-to-any-file : " integrations/stackit/**/*"
155
+ - any-glob-to-any-file : " .github/workflows/stackit.yml"
156
+
137
157
integration:unstructured-fileconverter :
138
158
- changed-files :
139
159
- any-glob-to-any-file : " integrations/unstructured/**/*"
@@ -149,16 +169,6 @@ integration:weight_bias:
149
169
- any-glob-to-any-file : " integrations/weight_bias/**/*"
150
170
- any-glob-to-any-file : " .github/workflows/weight_bias.yml"
151
171
152
- integration:snowflake :
153
- - changed-files :
154
- - any-glob-to-any-file : " integrations/snowflake/**/*"
155
- - any-glob-to-any-file : " .github/workflows/snowflake.yml"
156
-
157
- integration:deepeval :
158
- - changed-files :
159
- - any-glob-to-any-file : " integrations/deepeval/**/*"
160
- - any-glob-to-any-file : " .github/workflows/deepeval.yml"
161
-
162
172
# Topics
163
173
topic:CI :
164
174
- changed-files :
0 commit comments