Skip to content

Commit

Permalink
Add "area:DAG-processing" label to boring-cyborg (#45893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored Jan 22, 2025
1 parent 0e7c639 commit a9bad24
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,11 +620,16 @@ labelPRBasedOnFilePath:
- docs/apache-airflow/authoring-and-scheduling/plugins.rst

area:Scheduler:
- airflow/jobs/**/*
- airflow/jobs/scheduler_job_runner.py
- airflow/task/standard_task_runner.py
- airflow/dag_processing/**/*
- docs/apache-airflow/administration-and-deployment/scheduler.rst
- tests/jobs/**/*
- tests/jobs/test_scheduler_job.py

area:DAG-processing:
- airflow/dag_processing/**/*
- airflow/jobs/dag_processor_job_runner.py
- docs/apache-airflow/administration-and-deployment/dagfile-processing.rst
- tests/dag_processing/**/*

area:Executors-core:
- airflow/executors/**/*
Expand Down

0 comments on commit a9bad24

Please sign in to comment.