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 2020/08/07 20:46:20 UTC

[airflow] branch master updated: BoringCyborg Bot: Fix Automated Labels for serialized & secrets (#10228)

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

kaxilnaik 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 d9a499c  BoringCyborg Bot: Fix Automated Labels for serialized & secrets (#10228)
d9a499c is described below

commit d9a499ca5d59e78569405dd7d9c5a93de6453dea
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Aug 7 21:45:44 2020 +0100

    BoringCyborg Bot: Fix Automated Labels for serialized & secrets (#10228)
    
    - docs/howto/use-alternative-secrets-backend.rst has been renamed & split into docs/howto/secrets-backend/*
    - Add more paths for Serialization
---
 .github/boring-cyborg.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index e2c659a..e9360bb 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -168,11 +168,13 @@ labelPRBasedOnFilePath:
     - airflow/providers/**/secrets/*
     - tests/secrets/*
     - tests/providers/**/secrets/*
-    - docs/howto/use-alternative-secrets-backend.rst
+    - docs/howto/secrets-backend/*
 
   area:Serialization:
     - airflow/serialization/*
+    - airflow/models/serialized_dag.py
     - tests/serialization/*
+    - tests/models/test_serialized_dag.py
     - docs/dag-serialization.rst
 
 # Various Flags to control behaviour of the "Labeler"