Added the functionality for the labeler to recognize Stylesheet related PRs. Also annotated file to differentiate different types of labels (as opposed to sorting them all alphabetically).
96 lines
2.1 KiB
YAML
96 lines
2.1 KiB
YAML
# Add 'source' label to any change to src files within the source dir EXCEPT for the docs sub-folder
|
|
# source:
|
|
# - any: ['src/**/*', '!src/docs/*']
|
|
|
|
# 'Mod' related labels
|
|
|
|
"Mod: Core":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/App/**/*', 'src/Base/**/*', 'src/Gui/**/*']
|
|
|
|
:octocat::
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['.github/**/*']
|
|
|
|
"Mod: Addon Manager":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/AddonManager/**/*']
|
|
|
|
"Mod: Materials":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Material/**/*']
|
|
|
|
"Mod: BIM":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/BIM/**/*']
|
|
|
|
"Mod: Assembly":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Assembly/**/*']
|
|
|
|
"Mod: Draft":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Draft/**/*']
|
|
|
|
"Mod: FEM":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Fem/**/*']
|
|
|
|
"Mod: Mesh":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Mesh/**/*']
|
|
|
|
"Mod: MeshPart":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/MeshPart/**/*']
|
|
|
|
"Mod: OpenSCAD":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/OpenSCAD/**/*']
|
|
|
|
"Mod: Part":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Part/**/*']
|
|
|
|
"Mod: Part Design":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/PartDesign/**/*']
|
|
|
|
"Mod: CAM":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/CAM/**/*']
|
|
|
|
"Mod: Points":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Points/**/*']
|
|
|
|
"Mod: Reverse Engineering":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/ReverseEngineering/**/*']
|
|
|
|
"Mod: Sketcher":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Sketcher/**/*']
|
|
|
|
"Mod: Spreadsheet":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Spreadsheet/**/*']
|
|
|
|
"Mod: Surface":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Surface/**/*/']
|
|
|
|
"Mod: TechDraw":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/TechDraw/**/*']
|
|
|
|
"Mod: Test":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Mod/Test/**/*']
|
|
|
|
# 'Topic' related labels
|
|
|
|
"Topic: Stylesheets":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ['src/Gui/Stylesheets/**/*']
|