Files
Julien Cretin 1de8362370 Keep ia0 as owner of rust Changelogs (#1168)
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.
2025-10-07 09:51:30 +02:00

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