This is an automated email from the ASF dual-hosted git repository.
kamilbregula 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 030261a Assign area:webserver label to webserver_command.py (#8998)
030261a is described below
commit 030261a3721c16e3f04f36c4bfb3694a25473a51
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Sun May 24 22:55:24 2020 +0200
Assign area:webserver label to webserver_command.py (#8998)
---
.github/boring-cyborg.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 68d3188..93d1a82 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -83,8 +83,10 @@ labelPRBasedOnFilePath:
- docs/*
area:Webserver:
+ - airflow/cli/commands/webserver_command.py
- airflow/www/**/*
- airflow/www_rbac/**/*
+ - tests/cli/commands/test_webserver_command.py
- tests/www/**/*
- tests/www/*
- tests/www_rbac/**/*