From dda48ba6d3dbdaa65683b784c57f3841ccb57fbc Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Tue, 27 Aug 2024 13:06:26 +0400 Subject: [PATCH] chore: Use a team in CODEOWNERS (#2739) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ Uses a dedicated team for release management in CODEOWNERS. ## Why ❔ Better configurability. ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 63094b33305..813cd396d2c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,4 @@ -.github/release-please/** @RomanBrodetski @perekopskiy @Deniallugo @popzxc @EmilLuta -**/CHANGELOG.md @RomanBrodetski @perekopskiy @Deniallugo @popzxc @EmilLuta +.github/release-please/** @matter-labs/core-release-managers +**/CHANGELOG.md @matter-labs/core-release-managers CODEOWNERS @RomanBrodetski @perekopskiy @Deniallugo @popzxc .github/workflows/** @matter-labs/devops