From b4d8ad1bd27deb7c7075fb1c20190f3c97c0b8b7 Mon Sep 17 00:00:00 2001 From: Ben Thomas Date: Mon, 8 Sep 2025 12:20:08 -0700 Subject: [PATCH] Adding workflows label to PRs when appropriate. (#643) * Adding workflows label to issues when appropriate. * Adding declarative workflows path. --- .github/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 32ae6c9b1e..99a38a6d9d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,3 +16,13 @@ documentation: - any-glob-to-any-file: - docs/** - '**/*.md' + +# Add 'workflows' label to any change within the dotnet or python workflows src or samples +workflows: +- changed-files: + - any-glob-to-any-file: + - dotnet/src/Microsoft.Agents.Workflows/** + - dotnet/src/Microsoft.Agents.Workflows.Declarative/** + - dotnet/samples/GettingStarted/Workflow/** + - python/packages/workflows/** + - python/samples/getting_started/workflow/** \ No newline at end of file