mirror of https://github.com/tiangolo/fastapi.git
🔧 Update labeler config to handle sponsorships data (#12096)
This commit is contained in:
parent
6c8a205db1
commit
0077af9719
|
|
@ -7,6 +7,8 @@ docs:
|
||||||
- all-globs-to-all-files:
|
- all-globs-to-all-files:
|
||||||
- '!fastapi/**'
|
- '!fastapi/**'
|
||||||
- '!pyproject.toml'
|
- '!pyproject.toml'
|
||||||
|
- '!docs/en/data/sponsors.yml'
|
||||||
|
- '!docs/en/overrides/main.html'
|
||||||
|
|
||||||
lang-all:
|
lang-all:
|
||||||
- all:
|
- all:
|
||||||
|
|
@ -28,6 +30,8 @@ internal:
|
||||||
- .pre-commit-config.yaml
|
- .pre-commit-config.yaml
|
||||||
- pdm_build.py
|
- pdm_build.py
|
||||||
- requirements*.txt
|
- requirements*.txt
|
||||||
|
- docs/en/data/sponsors.yml
|
||||||
|
- docs/en/overrides/main.html
|
||||||
- all-globs-to-all-files:
|
- all-globs-to-all-files:
|
||||||
- '!docs/*/docs/**'
|
- '!docs/*/docs/**'
|
||||||
- '!fastapi/**'
|
- '!fastapi/**'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue