Skip to content

Commit 0077af9

Browse files
authored
🔧 Update labeler config to handle sponsorships data (fastapi#12096)
1 parent 6c8a205 commit 0077af9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ docs:
77
- all-globs-to-all-files:
88
- '!fastapi/**'
99
- '!pyproject.toml'
10+
- '!docs/en/data/sponsors.yml'
11+
- '!docs/en/overrides/main.html'
1012

1113
lang-all:
1214
- all:
@@ -28,6 +30,8 @@ internal:
2830
- .pre-commit-config.yaml
2931
- pdm_build.py
3032
- requirements*.txt
33+
- docs/en/data/sponsors.yml
34+
- docs/en/overrides/main.html
3135
- all-globs-to-all-files:
3236
- '!docs/*/docs/**'
3337
- '!fastapi/**'

0 commit comments

Comments
 (0)