Update WATCHLISTS

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 <srte@webrtc.org>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34823}
This commit is contained in:
Björn Terelius 2021-08-23 11:59:26 +02:00 committed by WebRTC LUCI CQ
parent b477fc73cf
commit 6783f7f69c

View file

@ -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'],
},
}