From d6195b96c17458804b1ea22d3513f23ac7ea48d3 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 19 Sep 2023 16:32:34 +0200 Subject: [PATCH] Fix the labeler to match all Python files in docs/ directory Now that scripts were moved to `docs/_scripts` the `labeler.yml` file must be updated too. Signed-off-by: Leandro Lucarella --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7a6dbbdc6..04976085d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -45,7 +45,7 @@ - ".editorconfig" - ".git*" - ".git*/**" - - "docs/*.py" + - "docs/**/*.py" - CODEOWNERS - MANIFEST.in - noxfile.py