mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
GH Labeler - Add new files pattern
This commit is contained in:
parent
2c10568f8d
commit
17f37fcbc6
20
.github/labeler.yml
vendored
20
.github/labeler.yml
vendored
@ -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/**/*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user