From 84e5ee97b9551f3781a338bdb93cfcfb14860fcf Mon Sep 17 00:00:00 2001 From: Eduard van Valkenburg Date: Tue, 22 Jul 2025 22:07:13 +0200 Subject: [PATCH] fixed name in labeler (#216) --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4771ffcdfd..32ae6c9b1e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,18 +1,18 @@ # Add 'python' label to any change within the 'python' directory python: -- changed_files: +- changed-files: - any-glob-to-any-file: - python/** # Add '.NET' label to any change within samples or kernel 'dotnet' directories. .NET: -- changed_files: +- changed-files: - any-glob-to-any-file: - dotnet/** # Add 'documentation' label to any change within the 'docs' directory, or any '.md' files documentation: -- changed_files: +- changed-files: - any-glob-to-any-file: - docs/** - '**/*.md'