-
Notifications
You must be signed in to change notification settings - Fork 118
chore(l2): add L2 CODEOWNERS #5262
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
base: main
Are you sure you want to change the base?
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 CODEOWNERS entries for L2-related code in the ethrex repository, assigning ownership of various L2 components to specific team members.
Key changes:
- Adds a new section for "ethrex L2 code owners" with specific path patterns and assigned reviewers
- Assigns ownership of L2-related directories and files to @ilitteri, @ManuelBilbao, and @avilagaston9
- Assigns contracts directory specifically to @jrchatruc and @ManuelBilbao
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| crates/l2 @ilitteri @manuelbilbao @avilagaston9 | ||
| cmd/ethrex/l2 @ilitteri @manuelbilbao @avilagaston9 | ||
| cmd/ethrex/build* @ilitteri @manuelbilbao @avilagaston9 | ||
| crates/common/types/l2 @ilitteri @manuelbilbao @avilagaston9 |
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.
it would be better to define a group so you can add or remove members individually without having to commit to the repo
Co-authored-by: Copilot <[email protected]>
No description provided.