]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update labeler GitHub Action (#12001)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 13 Aug 2024 01:47:59 +0000 (20:47 -0500)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 01:47:59 +0000 (20:47 -0500)
.github/labeler.yml

index e07a303b14cf828169556a3c1f74b097daea1200..758f37e37a6dba8be304a4d68a4f4758bb597faa 100644 (file)
@@ -1,22 +1,22 @@
 docs:
   - changed-files:
     - any-glob-to-any-file:
-      - docs/en/docs/*
-      - docs_src/*
+      - docs/en/docs/**/*
+      - docs_src/**/*
 
 lang-all:
   - all:
     - changed-files:
       - any-glob-to-any-file:
-        - docs/*/docs/*
+        - docs/*/docs/**/*
       - all-globs-to-all-files:
-        - '!docs/en/docs/*'
+        - '!docs/en/docs/**/*'
 
 internal:
   - changed-files:
     - any-glob-to-any-file:
-      - .github/*
-      - scripts/*
+      - .github/**/*
+      - scripts/**/*
       - .gitignore
       - .pre-commit-config.yaml
       - pdm_build.py