GitHub: Fix YAML format for labeler@v5

This commit is contained in:
Chris Hennes
2024-04-11 11:36:30 -05:00
parent cea3370a24
commit 590aa2e7ea

66
.github/labels.yml vendored
View File

@@ -3,67 +3,85 @@
# - any: ['src/**/*', '!src/docs/*']
Core:
- 'src/App/**/*'
- 'src/Base/**/*'
- 'src/Gui/**/*'
- changed-files:
- any-glob-to-any-file: ['src/App/**/*', 'src/Base/**/*', 'src/Gui/**/*']
:octocat::
- '.github/**/*'
- changed-files:
- any-glob-to-any-file: ['.github/**/*']
Addon Manager:
- 'src/Mod/AddonManager/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/AddonManager/**/*']
Materials:
- 'src/Mod/Material/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Material/**/*']
WB Arch:
- 'src/Mod/Arch/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Arch/**/*']
WB Assembly:
- 'src/Mod/Assembly/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Assembly/**/*']
WB Draft:
- 'src/Mod/Draft/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Draft/**/*']
WB FEM:
- 'src/Mod/Fem/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Fem/**/*']
WB Mesh:
- 'src/Mod/Mesh/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Mesh/**/*']
WB MeshPart:
- 'src/Mod/MeshPart/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/MeshPart/**/*']
WB OpenSCAD:
- 'src/Mod/OpenSCAD/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/OpenSCAD/**/*']
WB Part:
- 'src/Mod/Part/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Part/**/*']
WB Part Design:
- 'src/Mod/PartDesign/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/PartDesign/**/*']
WB CAM:
- 'src/Mod/CAM/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/CAM/**/*']
WB Points:
- 'src/Mod/Points/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Points/**/*']
WB ReverseEngineering:
- 'src/Mod/ReverseEngineering/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/ReverseEngineering/**/*']
WB Sketcher:
- 'src/Mod/Sketcher/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Sketcher/**/*']
WB Spreadsheet:
- 'src/Mod/Spreadsheet/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Spreadsheet/**/*']
WB Surface:
- 'src/Mod/Surface/**/*/'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Surface/**/*/']
WB TechDraw:
- 'src/Mod/TechDraw/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/TechDraw/**/*']
WB Test:
- 'src/Mod/Test/**/*'
- changed-files:
- any-glob-to-any-file: ['src/Mod/Test/**/*']