From 16aded3b4f769d78366d1f45bd569b2fa9cd97c1 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Mon, 25 Nov 2024 17:35:27 -0600 Subject: [PATCH] Update CODEOWNERS file to include dependency-reviewers group --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 687c307e..d3a3e674 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,8 @@ * @tkhq/qos-operators + +# For Cargo.toml files and Cargo.lock files, we want an extra review from dependency reviewers +Cargo.* @tkhq/dependency-reviewers + +# We also want this file (COWDEOWNERS file) to be subject to the utmost scrutiny. +# Otherwise qos-operators can collude to remove dependency reviews. +/.github/CODEOWNERS @tkhq/qos-operators @tkhq/dependency-reviewers