This is an automated email from the ASF dual-hosted git repository.
potiuk 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 fe994e6f297 Remove automated backporting to v3-2-test (#68220)
fe994e6f297 is described below
commit fe994e6f29771cc93535d061b6e4dad8cde435a1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jun 8 15:24:32 2026 +0200
Remove automated backporting to v3-2-test (#68220)
Removes the backport-to-v3-2-test auto-label rule from boring-cyborg so
PRs to main no longer get automatically backported to the v3-2-test
maintenance branch.
Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
---
.github/boring-cyborg.yml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index db9ecde7041..83b4595d939 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -356,24 +356,6 @@ labelPRBasedOnFilePath:
- .rat-excludes
- .readthedocs.yml
- # This should be copy of the "area:dev-tools" above minus contributing docs
and some files that should
- # only make sense in main - it should be updated when we switch maintenance
branch.
- # Scoped to PRs targeting `main` only — a PR opened directly against
v3-2-test
- # does not need a backport-to-v3-2-test label.
- backport-to-v3-2-test:
- paths:
- - scripts/**/*
- - dev/**/*
- - .github/**/*
- - Dockerfile.ci
- - yamllint-config.yml
- - .dockerignore
- - .hadolint.yaml
- - .pre-commit-config.yaml
- - .rat-excludes
- targetBranchFilter:
- - ^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.