Skip to content

Commit

Permalink
Update labeler with google_ai integration
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jan 3, 2024
1 parent 92b9b9b commit cc6a388
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ integration:elasticsearch:
- any-glob-to-any-file: "integrations/elasticsearch/**/*"
- any-glob-to-any-file: ".github/workflows/elasticsearch.yml"

integration:google-ai:
- changed-files:
- any-glob-to-any-file: "integrations/google_ai/**/*"
- any-glob-to-any-file: ".github/workflows/google_ai.yml"

integration:google-vertex:
- changed-files:
- any-glob-to-any-file: "integrations/google_vertex/**/*"
Expand Down Expand Up @@ -47,7 +52,7 @@ integration:qdrant:
integration:pinecone:
- changed-files:
- any-glob-to-any-file: "integrations/pinecone/**/*"
- any-glob-to-any-file: ".github/workflows/pinecone.yml"
- any-glob-to-any-file: ".github/workflows/pinecone.yml"

integration:unstructured-fileconverter:
- changed-files:
Expand Down

0 comments on commit cc6a388

Please sign in to comment.