Skip to content

ci(codeowners): keep maintainers as owners for infra paths#7043

Merged
xmfcx merged 1 commit intomainfrom
ci/codeowners/add-maintainers-to-infra-paths
Apr 21, 2026
Merged

ci(codeowners): keep maintainers as owners for infra paths#7043
xmfcx merged 1 commit intomainfrom
ci/codeowners/add-maintainers-to-infra-paths

Conversation

@xmfcx
Copy link
Copy Markdown
Contributor

@xmfcx xmfcx commented Apr 20, 2026

  • Append ryohsuke.mitsudome@tier4.jp and mfc@autoware.org to the .devcontainer/**, .github/**, ansible/**, and docker/** rules in .github/CODEOWNERS.

Why

GitHub CODEOWNERS uses last-match-wins with no owner merging across matching lines (docs). The specific path rules were fully replacing the global * owners, so changes under docker/**, ansible/**, etc. stopped requesting review from the repo maintainers. Listing them explicitly on each specific rule restores coverage without weakening the per-path ownership.

CODEOWNERS uses last-match-wins with no owner merging, so the
specific path rules were dropping mitsudome and mfc. Append them
to each specific rule to retain coverage.

Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
@xmfcx xmfcx self-assigned this Apr 20, 2026
@xmfcx xmfcx requested a review from isamu-takagi as a code owner April 20, 2026 15:58
@github-actions
Copy link
Copy Markdown

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@xmfcx xmfcx requested a review from mitsudome-r April 20, 2026 15:59
@xmfcx xmfcx added the run:health-check Run health-check label Apr 20, 2026
@xmfcx xmfcx merged commit f009d57 into main Apr 21, 2026
21 of 22 checks passed
@xmfcx xmfcx deleted the ci/codeowners/add-maintainers-to-infra-paths branch April 21, 2026 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run:health-check Run health-check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants