This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d5cbc144bc Add AI providers to boring-cyborg.yml (#35708)
d5cbc144bc is described below

commit d5cbc144bc1c4f77dedb7bb020f0073f99ba5569
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Nov 17 19:05:22 2023 +0200

    Add AI providers to boring-cyborg.yml (#35708)
---
 .github/boring-cyborg.yml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 17a46a57cf..12125e382e 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -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/**/*
@@ -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/**/*
@@ -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/**/*
@@ -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/**/*

Reply via email to