From 948f36eb05307ae40a40aa87f7c95041f514779b Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:58:13 +0100 Subject: [PATCH] Add Start label for Start page PRs --- .github/labels.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index 0e25a1a7e2..997768c8de 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -80,6 +80,10 @@ - changed-files: - any-glob-to-any-file: ['src/Mod/Spreadsheet/**/*'] +"Mod: Start": +- changed-files: + - any-glob-to-any-file: ['src/Mod/Start/**/*'] + "Mod: Surface": - changed-files: - any-glob-to-any-file: ['src/Mod/Surface/**/*/']