You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/07/26 09:35:11 UTC

[airflow] branch main updated: add common-sql label to boring-cyborg.yml (#25298)

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 d876b4aa6d add common-sql label to boring-cyborg.yml (#25298)
d876b4aa6d is described below

commit d876b4aa6d86f589b9957a2e69484c9e5365eba8
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Tue Jul 26 12:34:54 2022 +0300

    add common-sql label to boring-cyborg.yml (#25298)
    
    labeling PR based on label https://github.com/apache/airflow/labels/provider%3ACommon-sql
---
 .github/boring-cyborg.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index a19368f8cc..285883bf96 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -39,6 +39,11 @@ labelPRBasedOnFilePath:
     - docs/apache-airflow-providers-apache-*/**/*
     - tests/providers/apache/**/*
 
+  provider:Common-sql:
+    - airflow/providers/common/sql/**/*
+    - docs/apache-airflow-providers-common-sql/**/*
+    - tests/providers/common/sql/**/*
+
   provider:Databricks:
     - airflow/providers/databricks/**/*
     - docs/apache-airflow-providers-databricks/**/*