From 8fba135a648b49d890a32babb9634067ee6611ba Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 25 Nov 2022 14:27:46 +0100 Subject: [PATCH] Update labeler.yml (#1013) --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 39bbbc37..27140f52 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,12 +15,12 @@ 'on:blueprints': - blueprints/**/* 'on:documentation': - - '**/*.md' - - assets/**/* - - tests/**/* + - README.md + - */README.md 'on:FAST': - fast/**/* 'on:modules': - modules/**/* 'on:tools': - tools/**/* + - .github/**/*