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/**/*