From 3bb86c423f744748fcec25220acf80fca276399d Mon Sep 17 00:00:00 2001 From: Laura Loghin Date: Tue, 15 Feb 2022 17:39:39 +0200 Subject: [PATCH] fix CODEOWNERS file The gatekeeper-PullAssigner was not correctly added in the codeowners file (with its github handle). Removed it from the file, so that the codewners are automatically requested to review a new PR. Since I was hear, also reordered alphabetically the users. Signed-off-by: Laura Loghin --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3316996..b94b44f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Add the list of code owners here (using their GitHub username) -* gatekeeper-PullAssigner @vireshk @stsquad @mathieupoirier +* @mathieupoirier @stsquad @vireshk