Skip to content

Commit 5ae887c

Browse files
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
1 parent d299471 commit 5ae887c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/labeler.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,15 @@ cli:
22
- changed-files:
33
- any-glob-to-any-file:
44
- 'Sources/CLI/**'
5-
- 'Sources/ContainerCommands/**'
5+
- 'Sources/ContainerCommands/**'
6+
7+
documentation:
8+
- changed-files:
9+
- any-glob-to-any-file:
10+
- '**/*.md'
11+
- 'docs/**'
12+
13+
ci:
14+
- changed-files:
15+
- any-glob-to-any-file:
16+
- '.github/**'

0 commit comments

Comments
 (0)