mirror of https://github.com/tiangolo/fastapi.git
🔧 Configure labeler to exclude files that start from underscore for `lang-all` label (#14213)
This commit is contained in:
parent
4f3ff79736
commit
5265c4f5cb
|
|
@ -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'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue