From bf0ef81c8fcc30c32db9dab32d379f8d9db835e4 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Mon, 7 Jul 2025 11:47:28 -0700 Subject: [PATCH] ci: fix testbed labeling (#1606) Link: https://github.com/nix-community/stylix/pull/1606 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 70657cef..8feafc23 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -51,4 +51,4 @@ - changed-files: - any-glob-to-any-file: - "stylix/testbed/**" - - "modules/testbed/**" + - "modules/*/testbeds/**"