We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a375d commit 2b8bc14Copy full SHA for 2b8bc14
1 file changed
.github/labeler.yml
@@ -39,6 +39,11 @@ integration:fastembed:
39
- any-glob-to-any-file: "integrations/fastembed/**/*"
40
- any-glob-to-any-file: ".github/workflows/fastembed.yml"
41
42
+integration:github:
43
+ - changed-files:
44
+ - any-glob-to-any-file: "integrations/github/**/*"
45
+ - any-glob-to-any-file: ".github/workflows/github.yml"
46
+
47
integration:google-ai:
48
- changed-files:
49
- any-glob-to-any-file: "integrations/google_ai/**/*"
0 commit comments