From 77ef4ecc6ece615b4b32e1a7b3fb056d30e95e8b Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 17 Aug 2024 16:10:42 -0400 Subject: [PATCH] labels.yml: changed label to 'Mod: Measurement' --- .github/labels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index f15b902f9ce9..0e25a1a7e255 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -20,6 +20,10 @@ - changed-files: - any-glob-to-any-file: ['src/Mod/Material/**/*'] +"Mod: Measurement": +- changed-files: + - any-glob-to-any-file: ['src/Mod/Measure/**/*'] + "Mod: BIM": - changed-files: - any-glob-to-any-file: ['src/Mod/BIM/**/*'] @@ -96,10 +100,6 @@ # 'Topic' related labels -"Topic: Measurement": -- changed-files: - - any-glob-to-any-file: ['src/Mod/Measure/**/*'] - "Topic: Stylesheets": - changed-files: - any-glob-to-any-file: ['src/Gui/Stylesheets/**/*']