From 6783f7f69ccdfcf4545bc2f37c1f7f1e0e191070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Terelius?= Date: Mon, 23 Aug 2021 11:59:26 +0200 Subject: [PATCH] Update WATCHLISTS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove srte@ as requested. Adding myself for logging/ Bug: None Change-Id: I7677e54774a8608dce4ff55759ab6054383e6687 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229587 Reviewed-by: Sebastian Jansson Commit-Queue: Björn Terelius Cr-Commit-Position: refs/heads/master@{#34823} --- WATCHLISTS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index 750a4c2164..11464b1f69 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -97,6 +97,9 @@ 'pc': { 'filepath': '^pc/.*', }, + 'logging' : { + 'filepath': 'logging/.*', + }, }, 'WATCHLISTS': { @@ -164,14 +167,12 @@ 'zhengzhonghou@agora.io'], 'bitrate_controller': ['mflodman@webrtc.org', 'stefan@webrtc.org', - 'srte@webrtc.org', 'zhuangzesen@agora.io'], - 'congestion_controller': ['srte@webrtc.org'], + 'congestion_controller': [], 'remote_bitrate_estimator': ['mflodman@webrtc.org', 'stefan@webrtc.org', 'zhuangzesen@agora.io'], 'pacing': ['mflodman@webrtc.org', - 'srte@webrtc.org', 'stefan@webrtc.org', 'zhuangzesen@agora.io'], 'rtp_rtcp': ['mflodman@webrtc.org', @@ -184,5 +185,6 @@ 'peah@webrtc.org', 'zhengzhonghou@agora.io'], 'pc': ['steveanton+watch@webrtc.org'], + 'logging': ['terelius@webrtc.org'], }, }