From 9e702b25760488a851d6cc82c1e8cfead8cc5c24 Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Wed, 29 Jul 2026 07:22:36 +0000 Subject: [PATCH] chore: add CODEOWNERS for the maintainers team Every pull request now automatically requests a review from @ROCm/rocm-cli-maintainers, so review requests no longer depend on the author remembering to pick someone. Signed-off-by: Roman Inflianskas --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..3ed56a7a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Code owners for ROCm CLI. +# +# The last matching pattern wins, so the catch-all below must stay first if any +# path-specific overrides are added later. +# +# @ROCm/rocm-cli-maintainers is requested for review automatically on every pull +# request, and `main` requires an approval from that team before merge. Manage +# who reviews by editing the team membership, not this file. + +* @ROCm/rocm-cli-maintainers