From 0bd3b62044a9f2833f40539967b8707be96cb828 Mon Sep 17 00:00:00 2001 From: kianenigma Date: Fri, 24 Feb 2023 08:30:52 -0600 Subject: [PATCH] Update staking related code-owners --- docs/CODEOWNERS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 133ba7b094d43..56cd41ed4a0b7 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -59,10 +59,11 @@ /frame/contracts/ @athei # NPoS and election -/frame/staking/ @kianenigma -/frame/elections/ @kianenigma -/frame/elections-phragmen/ @kianenigma -/primitives/npos-elections/ @kianenigma +/frame/election-provider-support/ @paritytech/staking-core +/frame/staking/ @paritytech/staking-core +/frame/nomination-pools/ @paritytech/staking-core +/frame/elections-phragmen/ @paritytech/staking-core +/primitives/npos-elections/ @paritytech/staking-core # Fixed point arithmetic /primitives/sp-arithmetic/ @kianenigma