From af1ad6015551bedbe9554b72de7daec6e25a133f Mon Sep 17 00:00:00 2001 From: Chris <66376200+crickman@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:26:35 -0800 Subject: [PATCH] Update labeler configuration for workflow samples --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5304c9b8ce..fb55fcf926 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -23,7 +23,7 @@ workflows: - any-glob-to-any-file: - dotnet/src/Microsoft.Agents.AI.Workflows/** - dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/** - - dotnet/samples/02-agents/Workflow/** + - dotnet/samples/03-workflows/** - python/packages/main/agent_framework/_workflow/** - python/samples/getting_started/workflow/**