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 d7cb1a0498 Add fab provider to boring-cyborg.yml (#36505)
d7cb1a0498 is described below

commit d7cb1a049836700341121a4e9bba5a0a78d7d783
Author: Elad Kalif <45845474+elad...@users.noreply.github.com>
AuthorDate: Sun Dec 31 11:16:13 2023 +0200

    Add fab provider to boring-cyborg.yml (#36505)
---
 .github/boring-cyborg.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 2ea0914434..287cad5157 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -223,6 +223,11 @@ labelPRBasedOnFilePath:
     - docs/apache-airflow-providers-exasol/**/*
     - tests/providers/exasol/**/*
 
+  provider:fab:
+    - airflow/providers/fab/**/*
+    - docs/apache-airflow-providers-fab/**/*
+    - tests/providers/fab/**/*
+
   provider:facebook:
     - airflow/providers/facebook/**/*
     - docs/apache-airflow-providers-facebook/**/*

Reply via email to