Update labeler.yml (#1013)

This commit is contained in:
Ludovico Magnocavallo 2022-11-25 14:27:46 +01:00 committed by GitHub
parent f3788fcd27
commit 8fba135a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
.github/labeler.yml vendored
View File

@ -15,12 +15,12 @@
'on:blueprints': 'on:blueprints':
- blueprints/**/* - blueprints/**/*
'on:documentation': 'on:documentation':
- '**/*.md' - README.md
- assets/**/* - */README.md
- tests/**/*
'on:FAST': 'on:FAST':
- fast/**/* - fast/**/*
'on:modules': 'on:modules':
- modules/**/* - modules/**/*
'on:tools': 'on:tools':
- tools/**/* - tools/**/*
- .github/**/*