Browse Source
🔧 Configure labeler to exclude files that start from underscore for `lang-all` label (#14213)
pull/14402/head
Motov Yurii
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/labeler.yml
|
|
|
@ -17,6 +17,7 @@ lang-all: |
|
|
|
- docs/*/docs/** |
|
|
|
- all-globs-to-all-files: |
|
|
|
- '!docs/en/docs/**' |
|
|
|
- '!docs/*/**/_*.md' |
|
|
|
- '!fastapi/**' |
|
|
|
- '!pyproject.toml' |
|
|
|
|
|
|
|
|