This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 5581a0eae19 [v3-1-test] Merge serialization and dag processing into
single label (#61516) (#61524)
5581a0eae19 is described below
commit 5581a0eae19ae0d6a57471c50c6acaaafaa1e9c4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 13:55:25 2026 +0100
[v3-1-test] Merge serialization and dag processing into single label
(#61516) (#61524)
(cherry picked from commit d273931f88e4332e84793f371b1efb8661c92310)
Co-authored-by: Amogh Desai <[email protected]>
---
.github/boring-cyborg.yml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 07016c3524f..ec068acaca0 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -468,6 +468,12 @@ labelPRBasedOnFilePath:
- airflow-core/src/airflow/jobs/dag_processor_job_runner.py
- airflow-core/docs/administration-and-deployment/dagfile-processing.rst
- airflow-core/tests/unit/dag_processing/**/*
+ # Serialization (merged into DAG-processing)
+ - airflow-core/src/airflow/serialization/**/*
+ - airflow-core/src/airflow/models/serialized_dag.py
+ - airflow-core/tests/unit/serialization/**/*
+ - airflow-core/tests/unit/models/test_serialized_dag.py
+ - airflow-core/docs/administration-and-deployment/dag-serialization.rst
area:Executors-core:
- airflow-core/src/airflow/executors/**/*
@@ -489,13 +495,6 @@ labelPRBasedOnFilePath:
- airflow-core/tests/unit/models/test_trigger.py
- providers/standard/tests/unit/standard/triggers/**/*
- area:Serialization:
- - airflow-core/src/airflow/serialization/**/*
- - airflow-core/src/airflow/models/serialized_dag.py
- - airflow-core/tests/unit/serialization/**/*
- - airflow-core/tests/unit/models/test_serialized_dag.py
- - airflow-core/docs/administration-and-deployment/dag-serialization.rst
-
area:core-operators:
- airflow-core/src/airflow/hooks/**/*
- airflow-core/src/airflow/sensors/**/*