mirror of
https://github.com/google/magika.git
synced 2026-03-27 16:21:20 +00:00
The `*.md` rule for documentation is a bit strong. The intent was only to capture READMEs under rust, so this PR explicitly excludes the CHANGELOGs from that rule. This makes it possible to do pure code changes to the Rust CLI and library without double approvals.
19 lines
392 B
Plaintext
19 lines
392 B
Plaintext
# Default owners (lowest precedence).
|
|
* @reyammer @invernizzi
|
|
|
|
# Julien owns the Rust code
|
|
/rust/ @ia0
|
|
|
|
# Yanick owns the Python code, all docs, and test data
|
|
/python/ @reyammer
|
|
*.md @reyammer
|
|
/tests_data/ @reyammer
|
|
|
|
# Julien still owns the Rust changelogs
|
|
/rust/**/CHANGELOG.md @ia0
|
|
|
|
# Luca owns the JS code, docs, and website
|
|
/js/ @invernizzi
|
|
/docs/js.md @invernizzi
|
|
/website/ @invernizzi
|