From 45c44491f64b9af464a8a922b8a6db4334e6b054 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Sun, 28 Jul 2024 08:35:18 +0200 Subject: [PATCH] Update labels.yml --- .github/labels.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 49ce81cce2..a25876cad2 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -2,7 +2,7 @@ # source: # - any: ['src/**/*', '!src/docs/*'] -Core: +"Mod: Core": - changed-files: - any-glob-to-any-file: ['src/App/**/*', 'src/Base/**/*', 'src/Gui/**/*'] @@ -10,78 +10,78 @@ Core: - changed-files: - any-glob-to-any-file: ['.github/**/*'] -Addon Manager: +"Mod: Addon Manager": - changed-files: - any-glob-to-any-file: ['src/Mod/AddonManager/**/*'] -Materials: +"Mod: Materials": - changed-files: - any-glob-to-any-file: ['src/Mod/Material/**/*'] -WB BIM: +"Mod: BIM": - changed-files: - any-glob-to-any-file: ['src/Mod/BIM/**/*'] -WB Assembly: +"Mod: Assembly": - changed-files: - any-glob-to-any-file: ['src/Mod/Assembly/**/*'] -WB Draft: +"Mod: Draft": - changed-files: - any-glob-to-any-file: ['src/Mod/Draft/**/*'] -WB FEM: +"Mod: FEM": - changed-files: - any-glob-to-any-file: ['src/Mod/Fem/**/*'] -WB Mesh: +"Mod: Mesh": - changed-files: - any-glob-to-any-file: ['src/Mod/Mesh/**/*'] -WB MeshPart: +"Mod: MeshPart": - changed-files: - any-glob-to-any-file: ['src/Mod/MeshPart/**/*'] -WB OpenSCAD: +"Mod: OpenSCAD": - changed-files: - any-glob-to-any-file: ['src/Mod/OpenSCAD/**/*'] -WB Part: +"Mod: Part": - changed-files: - any-glob-to-any-file: ['src/Mod/Part/**/*'] -WB Part Design: +"Mod: Part Design": - changed-files: - any-glob-to-any-file: ['src/Mod/PartDesign/**/*'] -WB CAM: +"Mod: CAM": - changed-files: - any-glob-to-any-file: ['src/Mod/CAM/**/*'] -WB Points: +"Mod: Points": - changed-files: - any-glob-to-any-file: ['src/Mod/Points/**/*'] -WB ReverseEngineering: +"Mod: Reverse Engineering": - changed-files: - any-glob-to-any-file: ['src/Mod/ReverseEngineering/**/*'] -WB Sketcher: +"Mod: Sketcher": - changed-files: - any-glob-to-any-file: ['src/Mod/Sketcher/**/*'] -WB Spreadsheet: +"Mod: Spreadsheet": - changed-files: - any-glob-to-any-file: ['src/Mod/Spreadsheet/**/*'] -WB Surface: +"Mod: Surface": - changed-files: - any-glob-to-any-file: ['src/Mod/Surface/**/*/'] -WB TechDraw: +"Mod: TechDraw": - changed-files: - any-glob-to-any-file: ['src/Mod/TechDraw/**/*'] -WB Test: +"Mod: Test": - changed-files: - any-glob-to-any-file: ['src/Mod/Test/**/*']