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/06/03 21:42:13 UTC

[airflow] branch main updated: Update .github/boring-cyborg.yml (#16259)

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

kamilbregula 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 5e09926  Update .github/boring-cyborg.yml (#16259)
5e09926 is described below

commit 5e0992688c0308afd6436c8fd9a892d3af94ced6
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Thu Jun 3 23:41:50 2021 +0200

    Update .github/boring-cyborg.yml (#16259)
---
 .github/boring-cyborg.yml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 7d97c2f..8afc30e 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -41,7 +41,7 @@ labelPRBasedOnFilePath:
 
   provider:Snowflake:
     - airflow/providers/snowflake/**/*
-    - docs/howto/operator/snowflake/*
+    - docs/apache-airflow-providers-snowflake/**/*
     - tests/providers/snowflake/**/*
 
   area:providers:
@@ -68,7 +68,7 @@ labelPRBasedOnFilePath:
     - airflow/api_connexion/**/*
     - airflow/www/api/**/*
     - clients/**/*
-    - docs/apache-airflow/rest-api-ref.rst
+    - docs/apache-airflow/deprecated-rest-api-ref.rst
     - docs/apache-airflow/stable-rest-api-ref.rst
     - tests/api_connexion/**/*
     - tests/www/api/**/*
@@ -106,6 +106,7 @@ labelPRBasedOnFilePath:
 
   area:helm-chart:
     - chart/**/*
+    - docs/helm-chart/**
 
   area:Webserver:
     - airflow/cli/commands/webserver_command.py
@@ -142,7 +143,7 @@ labelPRBasedOnFilePath:
   area:Logging:
     - airflow/providers/**/log/*
     - airflow/utils/log/**/*
-    - docs/apache-airflow/howto/write-logs.rst
+    - docs/apache-airflow/logging-monitoring/logging-*.rst
     - tests/providers/**/log/*
     - tests/utils/log/**/*
 
@@ -168,7 +169,7 @@ labelPRBasedOnFilePath:
     - airflow/providers/**/secrets/*
     - tests/secrets/**/*
     - tests/providers/**/secrets/*
-    - docs/apache-airflow/howto/secrets-backend/*
+    - docs/apache-airflow/security/secrets/**/*
 
   area:Serialization:
     - airflow/serialization/**/*
@@ -187,6 +188,13 @@ labelPRBasedOnFilePath:
     - docs/apache-airflow/operators-and-hooks-ref.rst
     - docs/apache-airflow/howto/operator/*
 
+  area:production-image:
+    - Dockerfile
+    - docs/docker-stack/**/*
+    - scripts/in_container/prod/*
+    - scripts/ci/tools/verify_docker_image.sh
+    - scripts/ci/libraries/_verify_image.sh
+
 # Various Flags to control behaviour of the "Labeler"
 labelerFlags:
   # If this flag is changed to 'false', labels would only be added when the PR is first created