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