Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# default owners
* @antonkri @rmaddikery @hoppe-and-dreams @mobileinfo @andreapefe @RSingh1511 @Y-Vaishnavi @pawelrutkaq @arkjedrz @arsibo
* @antonkri @pawelrutkaq @arkjedrz @arsibo

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all of this is probable as simple as

# Datarouter owners
/score/datarouter/ @rmaddikery @hoppe-and-dreams @mobileinfo @andreapefe @RSingh1511 @Y-Vaishnavi

# mw/log owners - all paths except rust/mw_logger
/score/mw/log/ @rmaddikery @hoppe-and-dreams @mobileinfo @andreapefe @RSingh1511 @Y-Vaishnavi

# mw/log rust mw_logger owners (more specific rule overrides general rule above)
/score/mw/log/rust/mw_logger/ @pawelrutkaq @arkjedrz 

isnt it ?

Copy link
Contributor Author

@rmaddikery rmaddikery Jan 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes that's fine too. I am a fan of being explicit, but with a comment like you suggested should suffice. Thanks

# datarouter owners
/score/datarouter @rmaddikery @hoppe-and-dreams @mobileinfo @andreapefe @RSingh1511 @Y-Vaishnavi

# mw/log owners
/score/mw/common_features.bzl @rmaddikery @hoppe-and-dreams @mobileinfo @andreapefe @RSingh1511 @Y-Vaishnavi

/score/mw/log @rmaddikery @hoppe-and-dreams @mobileinfo @andreapefe @RSingh1511 @Y-Vaishnavi

# mw/log rust mw_logger owners (more specific rule overrides general rule above)
/score/mw/log/rust/mw_logger @pawelrutkaq @arkjedrz
Loading