This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e49722e4473e337e373c2c7e7ab06d9cbf0a8a84 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]> (cherry picked from commit 598c3d98f481f09e84b4d98b01d481d0b88befb3) --- .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/**/*
