Skip to content

Commit

Permalink
Add AI providers to boring-cyborg.yml (apache#35708)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Nov 17, 2023
1 parent 110bb0e commit d5cbc14
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ labelPRBasedOnFilePath:
- tests/providers/cncf/kubernetes/**/*
- tests/system/providers/cncf/kubernetes/**/*

provider:cohere:
- airflow/providers/cohere/**/*
- docs/apache-airflow-providers-cohere/**/*
- tests/providers/cohere/**/*
- tests/system/providers/cohere/**/*

provider:common-io:
- airflow/providers/common/io/**/*
- docs/apache-airflow-providers-common-io/**/*
Expand Down Expand Up @@ -334,6 +340,12 @@ labelPRBasedOnFilePath:
- docs/apache-airflow-providers-odbc/**/*
- tests/providers/odbc/**/*

provider:openai:
- airflow/providers/openai/**/*
- docs/apache-airflow-providers-openai/**/*
- tests/providers/openai/**/*
- tests/system/providers/openai/**/*

provider:openfaas:
- airflow/providers/openfaas/**/*
- docs/apache-airflow-providers-openfaas/**/*
Expand Down Expand Up @@ -372,6 +384,18 @@ labelPRBasedOnFilePath:
- tests/providers/papermill/**/*
- tests/system/providers/papermill/**/*

provider:pgvector:
- airflow/providers/pgvector/**/*
- docs/apache-airflow-providers-pgvector/**/*
- tests/providers/pgvector/**/*
- tests/system/providers/pgvector/**/*

provider:pinecone:
- airflow/providers/pinecone/**/*
- docs/apache-airflow-providers-pinecone/**/*
- tests/providers/pinecone/**/*
- tests/system/providers/pinecone/**/*

provider:plexus:
- airflow/providers/plexus/**/*
- docs/apache-airflow-providers-plexus/**/*
Expand Down Expand Up @@ -484,6 +508,12 @@ labelPRBasedOnFilePath:
- docs/apache-airflow-providers-vertica/**/*
- tests/providers/vertica/**/*

provider:weaviate:
- airflow/providers/weaviate/**/*
- docs/apache-airflow-providers-weaviate/**/*
- tests/providers/weaviate/**/*
- tests/system/providers/weaviate/**/*

provider:yandex:
- airflow/providers/yandex/**/*
- docs/apache-airflow-providers-yandex/**/*
Expand Down

0 comments on commit d5cbc14

Please sign in to comment.