Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,18 @@ labelPRBasedOnFilePath:
- ^main$

# Apply to PRs touching airflow-ctl code so the release manager notices when a
# fix should land on the airflow-ctl/v0-1-test maintenance branch.
# Scoped to PRs targeting `main` only.
# fix should land on the airflow-ctl/v0-1-test maintenance branch. Also covers
# PRs opened directly against the release branches themselves (e.g. the
# main->v0-1-test and v0-1-test->v0-1-stable sync PRs) — those are exactly
# where branch-specific paths like .pre-commit-config.yaml have drifted
# silently in the past (see #71096).
backport-to-airflow-ctl/v0-1-test:
paths:
- airflow-ctl/**/*
targetBranchFilter:
- ^main$
- ^airflow-ctl/v0-1-test$
- ^airflow-ctl/v0-1-stable$

kind:documentation:
- airflow-core/docs/**/*
Expand Down