]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Configure labeler to exclude files that start from underscore for `lang-all` label...
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Sun, 23 Nov 2025 20:10:04 +0000 (21:10 +0100)
committerGitHub <noreply@github.com>
Sun, 23 Nov 2025 20:10:04 +0000 (21:10 +0100)
.github/labeler.yml

index c5b1f84f3d942a4b6b2a00ed3f25dd78962da16c..cdaefbf2d8bf6611fb3229337d63ee1c0d672885 100644 (file)
@@ -17,6 +17,7 @@ lang-all:
         - docs/*/docs/**
       - all-globs-to-all-files:
         - '!docs/en/docs/**'
+        - '!docs/*/**/_*.md'
         - '!fastapi/**'
         - '!pyproject.toml'