From c67a7ed3bdead00a43d3728510761c0c36474d6f Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Fri, 21 Jun 2024 10:01:06 -0700 Subject: [PATCH] Update labeler.yml --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index de9627c3..609ecdbc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,9 +9,9 @@ dependencies: # Add '.NET' label to any change to a '.cs' file under Moq.Analyzers .NET - - 'Source/Moq.Analyzers/**/*.cs' + - 'src/Moq.Analyzers/**/*.cs' # Add 'documentation' label to any change within the 'docs' directory or any '.md' file documentation: - docs/**/* - - '**/*.md' \ No newline at end of file + - '**/*.md'