-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (22 loc) · 1.61 KB
/
Copy pathCODEOWNERS
File metadata and controls
30 lines (22 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @comet-ml/comet-opik-devs will be requested for
# review when someone opens a pull request.
* @comet-ml/comet-opik-devs # This is an inline comment.
*.md @comet-ml/product @comet-ml/comet-opik-devs
*.mdx @comet-ml/product @comet-ml/comet-opik-devs
/.github/ISSUE_TEMPLATE/ @comet-ml/product @comet-ml/comet-opik-devs
/.github/actions/ @comet-ml/comet-devops @comet-ml/comet-qa @comet-ml/comet-opik-devs
/.github/workflows/ @comet-ml/comet-devops @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-documentation/ @comet-ml/product @comet-ml/comet-opik-devs
/deployment/ @comet-ml/comet-devops @comet-ml/deployment-team @comet-ml/comet-opik-devs
/sdks/opik_optimizer @comet-ml/comet-opik-optimizer-devs @comet-ml/comet-opik-devs
/tests_end_to_end/ @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-backend/src/main/java/com/comet/opik/infrastructure/llm/*/*ModelName.java @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-backend/src/main/resources/llm-models-default.yaml @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-backend/src/main/resources/model_prices_and_context_window.json @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-frontend/src/constants/providerModels.ts @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-frontend/src/data/model_prices_and_context_window.json @comet-ml/comet-qa @comet-ml/comet-opik-devs
/apps/opik-frontend/src/types/providers.ts @comet-ml/comet-qa @comet-ml/comet-opik-devs