diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index cf71336c9486c..63717f1adca88 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -356,11 +356,16 @@ labelPRBasedOnFilePath: - airflow-core/docs/administration-and-deployment/lineage.rst area:Logging: + - airflow-core/src/airflow/config_templates/airflow_local_settings.py + - airflow-core/tests/unit/core/test_logging_config.py - airflow-core/src/airflow/utils/log/**/* - airflow-core/docs/administration-and-deployment/logging-monitoring/logging-*.rst - airflow-core/tests/unit/utils/log/**/* - providers/**/log/* + area:ConfigTemplates: + - airflow-core/src/airflow/config_templates/* + area:Plugins: - airflow-core/src/airflow/cli/commands/plugins_command.py - airflow-core/src/airflow/plugins_manager.py