-
Notifications
You must be signed in to change notification settings - Fork 1
chore: add CODEOWNERS file #31
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
Conversation
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
📝 WalkthroughWalkthroughAdds a new .github/CODEOWNERS file defining a single, repository-wide default rule. All files (*) are assigned four owners: @saltenasl, @jamesbhobbs, @Artmann, and @andyjakubowski. No other paths or patterns are specified. No exports or public APIs are changed. Possibly related PRs
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2025-09-11T14:45:50.365ZApplied to files:
📚 Learning: 2025-09-11T14:44:52.932ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Comment |
Summary
Adds a CODEOWNERS file to establish default code ownership for the repository, copied from the deepnote/deepnote repository configuration.
Changes
.github/CODEOWNERS): Sets @saltenasl @jamesbhobbs @Artmann @andyjakubowski as default owners for all files (*)Human Review Checklist
*) is the intended scopeNotes
This change mirrors the CODEOWNERS setup from the main deepnote/deepnote repository to maintain consistent ownership patterns across Deepnote extension repositories.
Link to Devin run: https://app.devin.ai/sessions/7df2a76e10f2447faf46c3c41fd5cc8c
Requested by: @jamesbhobbs
Summary by CodeRabbit