From 538d35f462aa8b70d049142e380e522ad6bc53d5 Mon Sep 17 00:00:00 2001 From: "Ngo Iok Ui (Wu Yu Wei)" Date: Tue, 21 Jun 2022 23:19:35 +0800 Subject: [PATCH] Update CODEOWNERS (#4420) --- .github/CODEOWNERS | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dfe16ecf0..a5296b46d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,24 +1,8 @@ # Current WG Code Sub Teams: -# @tauri-apps/admins -# @tauri-apps/bundler -# @tauri-apps/core -# @tauri-apps/js-cli -# @tauri-apps/testing +# @tauri-apps/wg-tauri +# @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-tauri -.github @tauri-apps/admins @tauri-apps/testing - -/examples/ @tauri-apps/testing - -/tooling/api/ @tauri-apps/core - -/tooling/bundler/ @tauri-apps/bundler - -/tooling/cli/ @tauri-apps/core - -/tooling/cli/node/ @tauri-apps/js-cli - -/core/** @tauri-apps/core +.github @tauri-apps/wg-devops