Skip to content

Commit eacc0b1

Browse files
authored
ci: Missing labels for stackit and anthropic (#1844)
* Missing labels for stackit and anthropic * PR comments
1 parent e7d170f commit eacc0b1

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

.github/labeler.yml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ integration:amazon-sagemaker:
99
- any-glob-to-any-file: "integrations/amazon_sagemaker/**/*"
1010
- any-glob-to-any-file: ".github/workflows/amazon_sagemaker.yml"
1111

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+
1217
integration:astra:
1318
- changed-files:
1419
- any-glob-to-any-file: "integrations/astra/**/*"
@@ -29,6 +34,11 @@ integration:cohere:
2934
- any-glob-to-any-file: "integrations/cohere/**/*"
3035
- any-glob-to-any-file: ".github/workflows/cohere.yml"
3136

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+
3242
integration:elasticsearch:
3343
- changed-files:
3444
- any-glob-to-any-file: "integrations/elasticsearch/**/*"
@@ -134,6 +144,16 @@ integration:ragas:
134144
- any-glob-to-any-file: "integrations/ragas/**/*"
135145
- any-glob-to-any-file: ".github/workflows/ragas.yml"
136146

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+
137157
integration:unstructured-fileconverter:
138158
- changed-files:
139159
- any-glob-to-any-file: "integrations/unstructured/**/*"
@@ -149,16 +169,6 @@ integration:weight_bias:
149169
- any-glob-to-any-file: "integrations/weight_bias/**/*"
150170
- any-glob-to-any-file: ".github/workflows/weight_bias.yml"
151171

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-
162172
# Topics
163173
topic:CI:
164174
- changed-files:

0 commit comments

Comments
 (0)