mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-28 00:06:23 -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":
|
"3D":
|
||||||
- any: [
|
- any: [
|
||||||
|
'resources/3d/**/*',
|
||||||
'src/3d/**/*',
|
'src/3d/**/*',
|
||||||
'src/app/3d/**/*',
|
'src/app/3d/**/*',
|
||||||
]
|
]
|
||||||
@ -29,14 +30,23 @@
|
|||||||
"Form":
|
"Form":
|
||||||
- any: [
|
- any: [
|
||||||
'src/core/editform/**/*',
|
'src/core/editform/**/*',
|
||||||
'src/gui/attributeformconfig',
|
'src/gui/attributeformconfig/**/*',
|
||||||
]
|
]
|
||||||
|
|
||||||
"GRASS":
|
"GRASS":
|
||||||
- any: ['python/plugins/grassprovider/**/*']
|
- any: ['python/plugins/grassprovider/**/*']
|
||||||
|
|
||||||
"GUI/UX":
|
"GUI/UX":
|
||||||
- any: ['src/gui/**/*']
|
- any: [
|
||||||
|
'images/**/*',
|
||||||
|
'resources/themes/**/*',
|
||||||
|
# 'src/gui/**/*', too broad
|
||||||
|
]
|
||||||
|
|
||||||
|
"HANA data provider":
|
||||||
|
- any: [
|
||||||
|
'src/providers/hana/**/*',
|
||||||
|
]
|
||||||
|
|
||||||
"Labeling":
|
"Labeling":
|
||||||
- any: [
|
- any: [
|
||||||
@ -52,6 +62,7 @@
|
|||||||
|
|
||||||
"Mesh":
|
"Mesh":
|
||||||
- any: [
|
- any: [
|
||||||
|
'external/mdal/**/*',
|
||||||
'src/analysis/mesh/**/*',
|
'src/analysis/mesh/**/*',
|
||||||
'src/core/mesh/**/*',
|
'src/core/mesh/**/*',
|
||||||
'src/gui/mesh/**/*',
|
'src/gui/mesh/**/*',
|
||||||
@ -78,6 +89,11 @@
|
|||||||
'src/process/**/*'
|
'src/process/**/*'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
"Python Console":
|
||||||
|
- any: [
|
||||||
|
'python/console/**/*',
|
||||||
|
]
|
||||||
|
|
||||||
"Quick":
|
"Quick":
|
||||||
- any: [
|
- any: [
|
||||||
'src/quickgui/**/*',
|
'src/quickgui/**/*',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user