Skip to content

Conversation

ia0
Copy link
Member

@ia0 ia0 commented Oct 6, 2025

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.

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.
@ia0
Copy link
Member Author

ia0 commented Oct 6, 2025

See #1167 for an example PR requiring double approvals.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly reassigns ownership of the Rust CHANGELOG.md files. The new rule in the .github/CODEOWNERS file is specific and correctly placed to override the more general *.md rule, achieving the stated goal. The change is simple and effective. Based on the context in the pull request description, the *.md rule seems overly broad. It might be beneficial to create a follow-up pull request to narrow down that rule to its intended scope (e.g., **/README.md) to prevent similar ownership issues in the future.

@invernizzi invernizzi merged commit 1de8362 into google:main Oct 7, 2025
10 checks passed
@ia0 ia0 deleted the owner branch October 10, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants