GH Labeler - Add new files pattern

This commit is contained in:
Etienne Trimaille 2022-10-11 10:22:05 +02:00 committed by Julien Cabieces
parent 2c10568f8d
commit 17f37fcbc6

20
.github/labeler.yml vendored
View File

@ -1,5 +1,6 @@
"3D":
- any: [
'resources/3d/**/*',
'src/3d/**/*',
'src/app/3d/**/*',
]
@ -29,14 +30,23 @@
"Form":
- any: [
'src/core/editform/**/*',
'src/gui/attributeformconfig',
'src/gui/attributeformconfig/**/*',
]
"GRASS":
- any: ['python/plugins/grassprovider/**/*']
"GUI/UX":
- any: ['src/gui/**/*']
- any: [
'images/**/*',
'resources/themes/**/*',
# 'src/gui/**/*', too broad
]
"HANA data provider":
- any: [
'src/providers/hana/**/*',
]
"Labeling":
- any: [
@ -52,6 +62,7 @@
"Mesh":
- any: [
'external/mdal/**/*',
'src/analysis/mesh/**/*',
'src/core/mesh/**/*',
'src/gui/mesh/**/*',
@ -78,6 +89,11 @@
'src/process/**/*'
]
"Python Console":
- any: [
'python/console/**/*',
]
"Quick":
- any: [
'src/quickgui/**/*',