Skip to content

Commit 3ebf8e9

Browse files
committed
minor
1 parent 028c889 commit 3ebf8e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/labeler.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# See help here: https://github.com/marketplace/actions/labeler
22

33
dependencies:
4-
- '**/*requirements*.*'
5-
- '**/setup.py'
4+
- "**/*requirements*.*"
5+
- "**/setup.py"
66
CLI:
7-
- 'ote_cli/**/*'
7+
- "ote_cli/**/*"
88
SDK:
9-
- 'ote_sdk/**/*'
9+
- "ote_sdk/**/*"
1010
tests:
11-
- 'tests/**/*'
11+
- "tests/**/*"
1212
tasks:
13-
- 'external/**/*'
13+
- "external/**/*"

0 commit comments

Comments
 (0)