added the other labels (#1125)

## Type of Change
- [ ] Bug fix
- [x] New feature  
- [ ] Breaking change
- [ ] Documentation update

## Motivation and Context
Added other labels for different files changes.

## Testing
- [ ] Tested locally
- [ ] Added/updated tests
- [ ] Added/updated docs
This commit is contained in:
Ronit Sabhaya
2026-02-19 17:59:47 -08:00
committed by GitHub
parent d29947121f
commit 5ae887cb27
+12 -1
View File
@@ -2,4 +2,15 @@ cli:
- changed-files:
- any-glob-to-any-file:
- 'Sources/CLI/**'
- 'Sources/ContainerCommands/**'
- 'Sources/ContainerCommands/**'
documentation:
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- 'docs/**'
ci:
- changed-files:
- any-glob-to-any-file:
- '.github/**'