From 00d00c178ad9d0e5c6d5fbef1bc495569c5d76dd Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 25 Nov 2022 14:02:37 +0100 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 39bbbc3766..27140f5257 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/**/*