From 31ac3aaeb29053a6f68e97cd503800baf520ad9b Mon Sep 17 00:00:00 2001 From: Marko Stanojevic Date: Thu, 5 Feb 2026 22:26:54 +0000 Subject: [PATCH] Refactor GitHub labeler configuration for cmdlets and CI/CD paths --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 954a4f9..bc8733f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,7 +3,7 @@ # https://github.com/actions/labeler # Path-based labels -source: +cmdlets: - changed-files: - any-glob-to-any-file: - 'src/**/*.ps1' @@ -29,8 +29,8 @@ build: ci-cd: - changed-files: - any-glob-to-any-file: - - '.github/workflows/**/*.yml' - - '.github/workflows/**/*.yaml' + - '.github/workflows/**/*' + - '.github/actions/**/*' github: - changed-files: