Skip to content

Commit

Permalink
add missing integrations to the labeler (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Dec 11, 2023
1 parent 22653de commit 0982928
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ integration:chroma:
- changed-files:
- any-glob-to-any-file: 'integrations/chroma/**/*'

integration:cohere:
- changed-files:
- any-glob-to-any-file: 'integrations/cohere/**/*'

integration:elasticsearch:
- changed-files:
- any-glob-to-any-file: 'integrations/elasticsearch/**/*'
Expand All @@ -15,6 +19,10 @@ integration:instructor-embedders:
- changed-files:
- any-glob-to-any-file: 'integrations/instructor-embedders/**/*'

integration:jina:
- changed-files:
- any-glob-to-any-file: 'integrations/jina/**/*'

integration:opensearch:
- changed-files:
- any-glob-to-any-file: 'integrations/opensearch/**/*'
Expand Down

0 comments on commit 0982928

Please sign in to comment.