This is an automated email from the ASF dual-hosted git repository.
eladkal 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 b5acc0a381 Add openlineage to boring-cyborg.yml (#30772)
b5acc0a381 is described below
commit b5acc0a381471340941a524b4cfaafadf6970529
Author: eladkal <[email protected]>
AuthorDate: Fri Apr 21 08:02:33 2023 +0300
Add openlineage to boring-cyborg.yml (#30772)
---
.github/boring-cyborg.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index cf2b0aa8e1..1caa6d6d91 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -143,6 +143,11 @@ labelPRBasedOnFilePath:
- tests/providers/presto/**/*
- tests/system/providers/presto/**/*
+ provider:OpenLineage:
+ - airflow/providers/openlineage/**/*
+ - docs/apache-airflow-providers-openlineage/**/*
+ - tests/providers/openlineage/**/*
+
area:providers:
- airflow/providers/**/*
- docs/apache-airflow-providers-*/**/*