From fc3c9788360d9ff3963f1492e0a46ef2af757c60 Mon Sep 17 00:00:00 2001 From: "Ngo Iok Ui (Wu Yu Wei)" Date: Tue, 21 Jun 2022 22:13:33 +0800 Subject: [PATCH] Update CODEOWNERS (#624) --- .github/CODEOWNERS | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 97010c25e..f05c166a9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,14 +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 - -/src/ @tauri-apps/core +.github @tauri-apps/wg-devops