Skip to content

Commit

Permalink
🔧 Update labeler config to handle sponsorships data (fastapi#12096)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 31, 2024
1 parent 6c8a205 commit 0077af9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand 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/**'
Expand Down

0 comments on commit 0077af9

Please sign in to comment.