From 76ac655c9e624069cf17f470773e37d8172ee290 Mon Sep 17 00:00:00 2001 From: Nikolai Nechaev Date: Sun, 7 Dec 2025 19:49:12 +0900 Subject: [PATCH] CI: add the `start` PR label for start-hyprland (#12574) --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index a0685fcf..6b89255a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -22,6 +22,10 @@ protocols: - changed-files: - any-glob-to-any-file: ["protocols/**", "src/protocols/**"] +start: + - changed-files: + - any-glob-to-any-file: "start/**" + core: - changed-files: - any-glob-to-any-file: "src/**"