This is an automated email from the ASF dual-hosted git repository.
eladkal 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 8d312b8b63 Rearrange scheduler and executors labels (#34088)
8d312b8b63 is described below
commit 8d312b8b6358843ec1bd7be4f24daade0717c6b6
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Sep 5 09:24:28 2023 +0300
Rearrange scheduler and executors labels (#34088)
---
.github/boring-cyborg.yml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index e1df80501d..899d469bdd 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -580,16 +580,18 @@ labelPRBasedOnFilePath:
- tests/plugins/**/*
- docs/apache-airflow/authoring-and-scheduling/plugins.rst
- area:Scheduler/Executor:
- - airflow/executors/**/*
+ area:Scheduler:
- airflow/jobs/**/*
- airflow/task/task_runner/**/*
- airflow/dag_processing/**/*
- - docs/apache-airflow/core-concepts/executor/**/*
- docs/apache-airflow/administration-and-deployment/scheduler.rst
- - tests/executors/**/*
- tests/jobs/**/*
+ area:Executors-core:
+ - airflow/executors/**/*
+ - docs/apache-airflow/core-concepts/executor/**/*
+ - tests/executors/**/*
+
area:Secrets:
- airflow/secrets/**/*
- airflow/providers/**/secrets/*