Skip to content

Commit 0a9303f

Browse files
authored
fix: update labeler to add dspy (#3204)
1 parent 30d6c15 commit 0a9303f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/labeler.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ integration:docling:
6464
- any-glob-to-any-file: "integrations/docling/**/*"
6565
- any-glob-to-any-file: ".github/workflows/docling.yml"
6666

67+
integration:dspy:
68+
- changed-files:
69+
- any-glob-to-any-file: "integrations/dspy/**/*"
70+
- any-glob-to-any-file: ".github/workflows/dspy.yml"
71+
6772
integration:elasticsearch:
6873
- changed-files:
6974
- any-glob-to-any-file: "integrations/elasticsearch/**/*"
@@ -74,7 +79,6 @@ integration:faiss:
7479
- any-glob-to-any-file: "integrations/faiss/**/*"
7580
- any-glob-to-any-file: ".github/workflows/faiss.yml"
7681

77-
7882
integration:fastembed:
7983
- changed-files:
8084
- any-glob-to-any-file: "integrations/fastembed/**/*"

0 commit comments

Comments
 (0)