Fix root_files WATCHLIST.
The webrtc/ rule required a ^ to avoid matching e.g. talk/app/webrtc. Also modify my subscriptions a bit. R=kjellander@webrtc.org TEST=verified with depot_tools/watchlists.py NOTRY=true Review URL: https://codereview.webrtc.org/1473983002 Cr-Commit-Position: refs/heads/master@{#10813}
This commit is contained in:
12
WATCHLISTS
12
WATCHLISTS
@ -16,14 +16,14 @@
|
|||||||
},
|
},
|
||||||
'all_webrtc': {
|
'all_webrtc': {
|
||||||
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
|
# NOTE: if you like this you might like webrtc-reviews@webrtc.org!
|
||||||
'filepath': 'webrtc/.*',
|
'filepath': '^webrtc/.*',
|
||||||
},
|
},
|
||||||
'root_files': {
|
'root_files': {
|
||||||
# webrtc/build/ and non-recursive contents of ./ and webrtc/
|
# webrtc/build/ and non-recursive contents of ./ and webrtc/
|
||||||
'filepath': '^[^/]*$|webrtc/[^/]*$|webrtc/build/.*',
|
'filepath': '^[^/]*$|^webrtc/[^/]*$|^webrtc/build/.*',
|
||||||
},
|
},
|
||||||
'documented_interfaces': {
|
'documented_interfaces': {
|
||||||
'filepath': 'webrtc/[^/]*\.h$|'\
|
'filepath': '^webrtc/[^/]*\.h$|'\
|
||||||
'webrtc/voice_engine/include/.*',
|
'webrtc/voice_engine/include/.*',
|
||||||
},
|
},
|
||||||
'build_files': {
|
'build_files': {
|
||||||
@ -110,7 +110,8 @@
|
|||||||
'video-team@agora.io',
|
'video-team@agora.io',
|
||||||
'yujie.mao@webrtc.org',
|
'yujie.mao@webrtc.org',
|
||||||
'zhengzhonghou@agora.io'],
|
'zhengzhonghou@agora.io'],
|
||||||
'voice_engine': ['audio-team@agora.io',
|
'voice_engine': ['andrew@webrtc.org',
|
||||||
|
'audio-team@agora.io',
|
||||||
'henrika@webrtc.org',
|
'henrika@webrtc.org',
|
||||||
'henrik.lundin@webrtc.org',
|
'henrik.lundin@webrtc.org',
|
||||||
'minyue@webrtc.org',
|
'minyue@webrtc.org',
|
||||||
@ -165,8 +166,7 @@
|
|||||||
'rtp_rtcp': ['mflodman@webrtc.org',
|
'rtp_rtcp': ['mflodman@webrtc.org',
|
||||||
'stefan@webrtc.org',
|
'stefan@webrtc.org',
|
||||||
'zhuangzesen@agora.io'],
|
'zhuangzesen@agora.io'],
|
||||||
'system_wrappers': ['andrew@webrtc.org',
|
'system_wrappers': ['fengyue@agora.io',
|
||||||
'fengyue@agora.io',
|
|
||||||
'henrika@webrtc.org',
|
'henrika@webrtc.org',
|
||||||
'mflodman@webrtc.org',
|
'mflodman@webrtc.org',
|
||||||
'peah@webrtc.org',
|
'peah@webrtc.org',
|
||||||
|
Reference in New Issue
Block a user