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 4d849e87ec Add common-compat to boring-cyborg.yml (#41180)
4d849e87ec is described below
commit 4d849e87ecce654e100c36dca3d0fbe19bcd8b6b
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Aug 2 06:21:19 2024 +0300
Add common-compat to boring-cyborg.yml (#41180)
---
.github/boring-cyborg.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index a6c1ed0919..516fc2b457 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -170,6 +170,11 @@ labelPRBasedOnFilePath:
- tests/providers/cohere/**/*
- tests/system/providers/cohere/**/*
+ provider:common-compat:
+ - airflow/providers/common/compat/**/*
+ - docs/apache-airflow-providers-common-compat/**/*
+ - tests/providers/common/compat/**/*
+
provider:common-io:
- airflow/providers/common/io/**/*
- docs/apache-airflow-providers-common-io/**/*