Skip to content

Commit 1de8362

Browse files
authored
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.
1 parent ad63a2e commit 1de8362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
*.md @reyammer
1010
/tests_data/ @reyammer
1111

12+
# Julien still owns the Rust changelogs
13+
/rust/**/CHANGELOG.md @ia0
14+
1215
# Luca owns the JS code, docs, and website
1316
/js/ @invernizzi
1417
/docs/js.md @invernizzi

0 commit comments

Comments
 (0)