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 b5143b4d954 Add deadline-related files to boring-cyborg labeler 
(#61002)
b5143b4d954 is described below

commit b5143b4d954523ee2dceb20e7c4f36e8bb0a80eb
Author: Elad Kalif <[email protected]>
AuthorDate: Sat Jan 24 14:45:12 2026 +0200

    Add deadline-related files to boring-cyborg labeler (#61002)
---
 .github/boring-cyborg.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 52730bcba22..9f42441f1c3 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -528,6 +528,18 @@ labelPRBasedOnFilePath:
   area:db-migrations:
     - airflow-core/src/airflow/migrations/versions/*
 
+  area:deadline-alerts:
+    - airflow-core/src/airflow/models/deadline.py
+    - airflow-core/src/airflow/models/deadline_alert.py
+    - airflow-core/src/airflow/serialization/definitions/deadline.py
+    - airflow-core/src/airflow/migrations/versions/*deadline*.py
+    - task-sdk/src/airflow/sdk/definitions/deadline.py
+    - airflow-core/tests/unit/models/test_deadline.py
+    - airflow-core/tests/unit/models/test_deadline_alert.py
+    - task-sdk/tests/task_sdk/definitions/test_deadline.py
+    - airflow-core/docs/howto/deadline-alerts.rst
+    - airflow-core/docs/howto/sla-to-deadlines.rst
+
   area:providers:
     - providers/**/*
 

Reply via email to