From c3c47365d9c4cb98a08fa1702ae848eb8acf0c67 Mon Sep 17 00:00:00 2001 From: wregulski Date: Fri, 24 Nov 2023 09:39:13 +0100 Subject: [PATCH] fix: change order in codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5df88444d..dced696d0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,5 +3,5 @@ # This file is used to designate code owners for files and directories in this repository. # The code owner will automatically be requested for review on pull requests that modify the corresponding files. -* @BuxOrg/developers * @BuxOrg/sr-engineers +* @BuxOrg/developers