From 5a664fdd994cc294839b1cf2b076d4c8febe6bad Mon Sep 17 00:00:00 2001 From: "Ngo Iok Ui (Wu Yu Wei)" Date: Tue, 21 Jun 2022 22:13:54 +0800 Subject: [PATCH] Update CODEOWNERS (#432) * Update CODEOWNERS * Update CODEOWNERS --- .github/CODEOWNERS | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b9295dc05..f05c166a9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,13 +1,8 @@ # Current WG Code Sub Teams: -# @tauri-apps/admins -# @tauri-apps/core -# @tauri-apps/testing +# @tauri-apps/wg-webview +# @tauri-apps/wg-devops -# admins default to review # Order is important; the last matching pattern takes the most precedence. -* @tauri-apps/admins +* @tauri-apps/wg-webview -.github @tauri-apps/admins @tauri-apps/testing -/examples/ @tauri-apps/testing -/tests/ @tauri-apps/testing -/src/ @tauri-apps/core +.github @tauri-apps/wg-devops