-
Notifications
You must be signed in to change notification settings - Fork 580
chore: Update CODEOWNERS #1380
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
chore: Update CODEOWNERS #1380
Conversation
👋 Hi whoisj! Thank you for contributing to ai-dynamo/dynamo. Just a reminder: The 🚀 |
WalkthroughThe CODEOWNERS file was updated to assign more granular ownership to individual subdirectories within Changes
Sequence Diagram(s)sequenceDiagram
participant Contributor
participant GitHub
participant CODEOWNERS
Contributor->>GitHub: Opens PR modifying /examples/llm/
GitHub->>CODEOWNERS: Checks ownership rules
CODEOWNERS-->>GitHub: Returns specific owners for /examples/llm/
GitHub-->>Contributor: Requests review from listed owners
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
192c8c9
to
8f15d43
Compare
This change breaks the massive list of owners for the /examples/ folder into smaller groups for individual subfolders. This change reduces the top-level list of owners to the following: - ai-dynamo/devops - Neelay Shaw - Ryan McCormick - J Wyman Co-authored-by: Ryan McCormick <mccormick.codes@gmail.com> Signed-off-by: J Wyman <jeremy.wyman@outlook.com>
3e61ea5
to
a5c9bec
Compare
This PR breaks the massive list of owners for the /examples/ folder into smaller groups for individual subfolders.
The selection of owners is based on
git blame
and identifying individuals based on the emails they attached to their commits.The impetus for this PR is based on recent work I did in the /examples/ folder that added over 20 individuals, none of whom were interested in the PR.
Change also slips in adding myself (original author) of the /.github/workflows/ copyright checking tool.
Summary by CodeRabbit