This is an automated email from the ASF dual-hosted git repository.

ryanahamilton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 60373eb  New UI GitHub integrations (#14702)
60373eb is described below

commit 60373eb7452994ecb7a7a26e766ad1233421b7ab
Author: Ryan Hamilton <[email protected]>
AuthorDate: Wed Mar 10 20:52:13 2021 -0500

    New UI GitHub integrations (#14702)
    
    * Add initial codeowners for new UI directory
    
    * Add inititial "area:UI" labeling automation
---
 .github/CODEOWNERS        | 3 +++
 .github/boring-cyborg.yml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cac6dd8..63e310a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -19,6 +19,9 @@
 /airflow/api/ @mik-laj @kaxil
 /airflow/api_connexion/ @mik-laj @kaxil @ephraimbuddy
 
+# UI
+/airflow/ui/ @ryanahamilton @ashb
+
 # WWW
 /airflow/www/ @ryanahamilton @ashb
 
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 575436c..ac0283b 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -122,6 +122,7 @@ labelPRBasedOnFilePath:
     - airflow/www/webpack.config.js
     - airflow/www/yarn.lock
     - docs/apache-airflow/ui.rst
+    - airflow/ui/**/*
 
   area:CLI:
     - airflow/bin/cli.py

Reply via email to