Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya-Krylov committed Feb 16, 2022
1 parent 028c889 commit 3ebf8e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# See help here: https://github.com/marketplace/actions/labeler

dependencies:
- '**/*requirements*.*'
- '**/setup.py'
- "**/*requirements*.*"
- "**/setup.py"
CLI:
- 'ote_cli/**/*'
- "ote_cli/**/*"
SDK:
- 'ote_sdk/**/*'
- "ote_sdk/**/*"
tests:
- 'tests/**/*'
- "tests/**/*"
tasks:
- 'external/**/*'
- "external/**/*"

0 comments on commit 3ebf8e9

Please sign in to comment.