From d2ce5bc2bad2acf795d2cf369f1dcb3db3ee77bf Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 24 Feb 2022 19:53:19 -0500 Subject: [PATCH] Github: rename Workbench tags so they present alphabetically in GH UI When choosing a specific workbench tag in the GH the current dropdown entries are scattered. By prepending `WB` to them and sorting them alphabetically will make it cleaner to select them. Due to this, the tags have been renamed. This PR follows up the change of the tags to the GH auto-labeler action. Some extra tags were added as well like :octocat: for GH files and `Addon Manager` etc... [skip ci] --- .github/labels.yml | 86 +++++++++++++++++++++++++++++----------------- 1 file changed, 55 insertions(+), 31 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 8542eb008d..9764264b1c 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -2,38 +2,62 @@ # source: # - any: ['src/**/*', '!src/docs/*'] - -๐Ÿ›ค๏ธ Path: -- 'src/Mod/Path/**/*' - -๐Ÿ› Arch: -- 'src/Mod/Arch/**/*' - -๐Ÿšœ PartDesign: -- 'src/Mod/PartDesign/**/*' - -โœ๏ธ Sketcher: -- 'src/Mod/Sketcher/**/*' - -๐Ÿ“ Draft: -- 'src/Mod/Draft/**/*' - -๐Ÿงช FEM: -- 'src/Mod/Fem/**/*' - -โš™ TechDraw: -- 'src/Mod/TechDraw/**/*' - -๐Ÿงฑ Part: -- 'src/Mod/Part/**/*' - -๐Ÿฅ… Mesh: -- 'src/Mod/Mesh/**/*' - -Spreadsheet: -- 'src/Mod/Spreadsheet/**/*' - Core: - 'src/App/**/*' - 'src/Base/**/*' - 'src/Gui/**/*' + +:octocat: : +- '.github/**/*' + +Addon Manager: +- 'src/Mod/AddonManager/**/*' + +WB Arch: +- 'src/Mod/Arch/**/*' + +WB Draft: +- 'src/Mod/Draft/**/*' + +WB FEM: +- 'src/Mod/Fem/**/*' + +WB Mesh: +- 'src/Mod/Mesh/**/*' + +WB MeshPart: +- 'src/Mod/MeshPart/**/*' + +WB OpenSCAD: +- 'src/Mod/OpenSCAD/**/*' + +WB Part: +- 'src/Mod/Part/**/*' + +WB PartDesign: +- 'src/Mod/PartDesign/**/*' + +WB Path: +- 'src/Mod/Path/**/*' + +WB Points: +- 'src/Mod/Points/**/*' + +WB ReverseEngineering: +- 'src/Mod/ReverseEngineering/**/*' + +WB Sketcher: +- 'src/Mod/Sketcher/**/*' + +WB Spreadsheet: +- 'src/Mod/Spreadsheet/**/*' + +WB Surface: +- 'src/Mod/Surface/**/*/' + +WB TechDraw: +- 'src/Mod/TechDraw/**/*' + +WB Test: +- 'src/Mod/Test/**/*' +