-
Notifications
You must be signed in to change notification settings - Fork 309
Add CODEOWNERS file #3106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CODEOWNERS file #3106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a CODEOWNERS file to establish code ownership rules for different parts of the OpenVINO GenAI repository. The file defines default owners and assigns specific maintainers to various components including CI, JavaScript code, documentation, and C++ modules for image generation, RAG, speech generation, visual language processing, and other specialized areas.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.github/CODEOWNERS
Outdated
| /src/cpp/src/rag/ @as-suvorov | ||
| /src/cpp/src/sampling/structured_output/ @apaniukov @pavel-esir | ||
| # /src/cpp/src/sampling | ||
| # /src/cpp/src/speculative_decoding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # /src/cpp/src/speculative_decoding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assigned to @sbalandi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
67f9b81
No description provided.