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 1a3162c9af2 Fix CI regression of "Improve OpenAI provider metadata" 
(#63403)
1a3162c9af2 is described below

commit 1a3162c9af21c5cbd31b72a498f296915abad191
Author: Jason(Zhe-You) Liu <[email protected]>
AuthorDate: Thu Mar 12 11:20:31 2026 +0800

    Fix CI regression of "Improve OpenAI provider metadata" (#63403)
---
 providers/openai/provider.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/providers/openai/provider.yaml b/providers/openai/provider.yaml
index acbe2a7d91a..e05e67c9d3e 100644
--- a/providers/openai/provider.yaml
+++ b/providers/openai/provider.yaml
@@ -63,14 +63,14 @@ integrations:
     how-to-guide:
       - /docs/apache-airflow-providers-openai/operators/openai.rst
     tags:
-  - ai
-  - openai
-  - machine-learning
-  - generative-ai
-  - llm
-  - text-generation
-  - embeddings
-  - ai-inference
+      - ai
+      - openai
+      - machine-learning
+      - generative-ai
+      - llm
+      - text-generation
+      - embeddings
+      - ai-inference
 
 hooks:
   - integration-name: OpenAI

Reply via email to