Skip to content

Commit 6f79705

Browse files
authored
Enable backporting label auto-adding (apache#56121)
We disabled it for 3.1.0 in apache#55461 . But now that 3.1.0 is out, we can re-enable it.
1 parent 1ba57e6 commit 6f79705

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/boring-cyborg.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -332,23 +332,23 @@ labelPRBasedOnFilePath:
332332
- .rat-excludes
333333
- .readthedocs.yml
334334

335-
# # This should be copy of the "area:dev-tools" above and should be updated when
336-
# # we switch maintenance branch
337-
# backport-to-v3-1-test:
338-
# - scripts/**/*
339-
# - dev/**/*
340-
# - .github/**/*
341-
# - Dockerfile.ci
342-
# - CONTRIBUTING.rst
343-
# - contributing-docs/**/*
344-
# - yamllint-config.yml
345-
# - .asf.yaml
346-
# - .bash_completion
347-
# - .dockerignore
348-
# - .hadolint.yaml
349-
# - .pre-commit-config.yaml
350-
# - .rat-excludes
351-
# - .readthedocs.yml
335+
# This should be copy of the "area:dev-tools" above and should be updated when
336+
# we switch maintenance branch
337+
backport-to-v3-1-test:
338+
- scripts/**/*
339+
- dev/**/*
340+
- .github/**/*
341+
- Dockerfile.ci
342+
- CONTRIBUTING.rst
343+
- contributing-docs/**/*
344+
- yamllint-config.yml
345+
- .asf.yaml
346+
- .bash_completion
347+
- .dockerignore
348+
- .hadolint.yaml
349+
- .pre-commit-config.yaml
350+
- .rat-excludes
351+
- .readthedocs.yml
352352

353353
kind:documentation:
354354
- airflow-core/docs/**/*

0 commit comments

Comments
 (0)