From: Sebastián Ramírez Date: Tue, 13 Aug 2024 01:47:59 +0000 (-0500) Subject: 🔧 Update labeler GitHub Action (#12001) X-Git-Tag: 0.112.1~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5e167d406f2d08caa02e0672a8a2f291053fee6;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Update labeler GitHub Action (#12001) --- diff --git a/.github/labeler.yml b/.github/labeler.yml index e07a303b14..758f37e37a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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