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 598c3d98f48 Disable backporting label auto-adding (#55461)
598c3d98f48 is described below
commit 598c3d98f481f09e84b4d98b01d481d0b88befb3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Sep 11 00:03:53 2025 +0000
Disable backporting label auto-adding (#55461)
* Disable backporting label auto-adding
* Update .github/boring-cyborg.yml
Co-authored-by: Bugra Ozturk <[email protected]>
---------
Co-authored-by: Bugra Ozturk <[email protected]>
---
.github/boring-cyborg.yml | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 5861e9d7290..60d7e3960d0 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -332,23 +332,23 @@ labelPRBasedOnFilePath:
- .rat-excludes
- .readthedocs.yml
- # This should be copy of the "area:dev-tools" above and should be updated
when we switch maintenance branch
- backport-to-v3-0-test:
- - scripts/**/*
- - dev/**/*
- - .github/**/*
- - Dockerfile.ci
- - CONTRIBUTING.rst
- - contributing-docs/**/*
- - yamllint-config.yml
- - .asf.yaml
- - .bash_completion
- - .dockerignore
- - .hadolint.yaml
- - .pre-commit-config.yaml
- - .rat-excludes
- - .readthedocs.yml
-
+ # # This should be copy of the "area:dev-tools" above and should be updated
when
+ # # we switch maintenance branch
+ # backport-to-v3-1-test:
+ # - scripts/**/*
+ # - dev/**/*
+ # - .github/**/*
+ # - Dockerfile.ci
+ # - CONTRIBUTING.rst
+ # - contributing-docs/**/*
+ # - yamllint-config.yml
+ # - .asf.yaml
+ # - .bash_completion
+ # - .dockerignore
+ # - .hadolint.yaml
+ # - .pre-commit-config.yaml
+ # - .rat-excludes
+ # - .readthedocs.yml
kind:documentation:
- airflow-core/docs/**/*