🔧 Configure labeler to exclude files that start from underscore for lang-all label (#14213)

This commit is contained in:
Motov Yurii
2025-11-23 21:10:04 +01:00
committed by GitHub
parent 4f3ff79736
commit 5265c4f5cb

1
.github/labeler.yml vendored
View File

@@ -17,6 +17,7 @@ lang-all:
- docs/*/docs/**
- all-globs-to-all-files:
- '!docs/en/docs/**'
- '!docs/*/**/_*.md'
- '!fastapi/**'
- '!pyproject.toml'