🔧 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.github/labeler.yml vendored
View File

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