Add myself to WATCHLIST for api/.
BUG=webrtc:5716 NOTRY=true Review-Url: https://codereview.webrtc.org/2524853003 Cr-Commit-Position: refs/heads/master@{#15216}
This commit is contained in:
10
WATCHLISTS
10
WATCHLISTS
@ -32,14 +32,17 @@
|
|||||||
'java_files': {
|
'java_files': {
|
||||||
'filepath': '\.java$|\.xml$',
|
'filepath': '\.java$|\.xml$',
|
||||||
},
|
},
|
||||||
|
'api': {
|
||||||
|
'filepath': 'webrtc/api/.*',
|
||||||
|
},
|
||||||
'audio': {
|
'audio': {
|
||||||
'filepath': 'webrtc/audio/.*',
|
'filepath': 'webrtc/audio/.*',
|
||||||
},
|
},
|
||||||
'call': {
|
'call': {
|
||||||
'filepath': 'webrtc/call/.*',
|
'filepath': 'webrtc/call/.*',
|
||||||
},
|
},
|
||||||
'media': {
|
'media_engine': {
|
||||||
'filepath': 'webrtc/media/.*',
|
'filepath': 'webrtc/media/engine/.*',
|
||||||
},
|
},
|
||||||
'video': {
|
'video': {
|
||||||
'filepath': 'webrtc/video/.*',
|
'filepath': 'webrtc/video/.*',
|
||||||
@ -113,10 +116,11 @@
|
|||||||
'peah@webrtc.org'],
|
'peah@webrtc.org'],
|
||||||
'audio': ['solenberg@webrtc.org',
|
'audio': ['solenberg@webrtc.org',
|
||||||
'tina.legrand@webrtc.org'],
|
'tina.legrand@webrtc.org'],
|
||||||
|
'api': ['solenberg@webrtc.org'],
|
||||||
'call': ['mflodman@webrtc.org',
|
'call': ['mflodman@webrtc.org',
|
||||||
'solenberg@webrtc.org',
|
'solenberg@webrtc.org',
|
||||||
'stefan@webrtc.org'],
|
'stefan@webrtc.org'],
|
||||||
'media': ['solenberg@webrtc.org'],
|
'media_engine': ['solenberg@webrtc.org'],
|
||||||
'video': ['mflodman@webrtc.org',
|
'video': ['mflodman@webrtc.org',
|
||||||
'stefan@webrtc.org',
|
'stefan@webrtc.org',
|
||||||
'video-team@agora.io',
|
'video-team@agora.io',
|
||||||
|
Reference in New Issue
Block a user