From 7d79ba495224e748ddc18e44e888bbdf58f155fe Mon Sep 17 00:00:00 2001 From: ia0 Date: Mon, 6 Oct 2025 19:48:04 +0200 Subject: [PATCH] Keep ia0 as owner of rust Changelogs 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. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3c358e64..f8c18089 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,6 +9,9 @@ *.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