]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update labeler config to handle sponsorships data (#12096)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2024 10:18:37 +0000 (12:18 +0200)
committerGitHub <noreply@github.com>
Sat, 31 Aug 2024 10:18:37 +0000 (12:18 +0200)
.github/labeler.yml

index 1d49a2411657079b2603ae76740a0cf6f21af445..c5b1f84f3d942a4b6b2a00ed3f25dd78962da16c 100644 (file)
@@ -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/**'