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 44d494bae8 Add common.io to boring-cyborg.yml (#35242)
44d494bae8 is described below
commit 44d494bae857d15c9ce6b9bdc35acc902015f17f
Author: Elad Kalif <[email protected]>
AuthorDate: Sat Oct 28 22:12:32 2023 +0300
Add common.io to boring-cyborg.yml (#35242)
* Add common.io to boring-cyborg.yml
* fix
---
.github/boring-cyborg.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 776824585e..a1bd2351db 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -166,6 +166,11 @@ labelPRBasedOnFilePath:
- tests/providers/cncf/kubernetes/**/*
- tests/system/providers/cncf/kubernetes/**/*
+ provider:common-io:
+ - airflow/providers/common/io/**/*
+ - docs/apache-airflow-providers-common-io/**/*
+ - tests/system/providers/common/io/**/*
+
provider:common-sql:
- airflow/providers/common/sql/**/*
- docs/apache-airflow-providers-common-sql/**/*