From ae22e6c419331e5de36da70915961eb725dcc207 Mon Sep 17 00:00:00 2001 From: Aleksei Stepanov Date: Tue, 26 Sep 2023 08:45:33 +0200 Subject: [PATCH] Maintenance: Labeler * fix "docs" auto label if docs changed in any PR * add "tests" auto label if only tests was changed --- .github/labeler.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 62f5e4c37..1b02b6e5a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -7,8 +7,10 @@ - ".github/**" - "!.github/workflows/**" +"tests": + - all: + - "tests/**" + "docs": - any: - "docs/**" - - "examples/**" - - "README.rst"