mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
fixed name in labeler (#216)
This commit is contained in:
committed by
GitHub
Unverified
parent
41d441420e
commit
84e5ee97b9
+3
-3
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user