You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/28 01:57:59 UTC

[airflow] branch main updated: Add Brent to ``CODEOWNERS`` (#17877)

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

kaxilnaik 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 606b697  Add Brent to ``CODEOWNERS`` (#17877)
606b697 is described below

commit 606b697ebfcc188aa5fe4040c7163fbe2a004ce9
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Aug 28 02:57:40 2021 +0100

    Add Brent to ``CODEOWNERS`` (#17877)
    
    Brent has been championing UI since some time now.
---
 .github/CODEOWNERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4e01403..f993eac 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -29,10 +29,10 @@
 /airflow/api_connexion/ @mik-laj @kaxil @ephraimbuddy
 
 # UI
-/airflow/ui/ @ryanahamilton @ashb
+/airflow/ui/ @ryanahamilton @ashb @bbovenzi
 
 # WWW
-/airflow/www/ @ryanahamilton @ashb
+/airflow/www/ @ryanahamilton @ashb @bbovenzi
 
 # Security/Permissions
 /airflow/security/permissions.py @jhtimmins