Browse Source

🔧 Update labeler config to handle sponsorships data (#12096)

pull/12097/head
Sebastián Ramírez 7 months ago
committed by GitHub
parent
commit
0077af9719
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/labeler.yml

4
.github/labeler.yml

@ -7,6 +7,8 @@ docs:
- all-globs-to-all-files:
- '!fastapi/**'
- '!pyproject.toml'
- '!docs/en/data/sponsors.yml'
- '!docs/en/overrides/main.html'
lang-all:
- all:
@ -28,6 +30,8 @@ internal:
- .pre-commit-config.yaml
- pdm_build.py
- requirements*.txt
- docs/en/data/sponsors.yml
- docs/en/overrides/main.html
- all-globs-to-all-files:
- '!docs/*/docs/**'
- '!fastapi/**'

Loading…
Cancel
Save