diff --git a/.github/labels.yml b/.github/labels.yml index 8c771c9f3c..6854e4100f 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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/**/*']