From c6c4078e2f680573c4b1c74fac4ba4bccbb20ece Mon Sep 17 00:00:00 2001 From: Sophie Dankel <47993817+sdankel@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:29:00 -0700 Subject: [PATCH] Apply suggestions from code review --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a86780d562..e01a36254bb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,13 @@ +# Everything else +* @FuelLabs/leads + # Documentation /docs/ @FuelLabs/tooling @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/Devrel # Sway files and standard library /examples/ @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/tooling -/sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/tooling -/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex @FuelLabs/tooling +/sway-lib-core/ @FuelLabs/sway-compiler @FuelLabs/swayex +/sway-lib-std/ @FuelLabs/sway-compiler @FuelLabs/swayex # Tooling /forc/ @FuelLabs/tooling @@ -30,6 +33,3 @@ # Root lockfile and deployment scripts Cargo.lock @FuelLabs/leads /deployment/ @FuelLabs/leads - -# Everything else -* @FuelLabs/leads \ No newline at end of file