Commit 663eec3a authored by Marja Hölttä's avatar Marja Hölttä Committed by V8 LUCI CQ

[WATCHLISTS] Add a watchlist for regexp

Drive-by fix: The file name for WATCHLISTS in the OWNERS file rule was
wrong, so fixing that too so that it's possible to modify WATCHLISTS
without eng reviewers approval in the future.

Change-Id: I0e24c5d459aab2bb346aca64125eabe0ceac8274
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2903154Reviewed-by: 's avatarHannes Payer <hpayer@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarPatrick Thier <pthier@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74644}
parent ad4eab00
......@@ -21,7 +21,7 @@ per-file PRESUBMIT.py=file:INFRA_OWNERS
per-file codereview.settings=file:INFRA_OWNERS
per-file AUTHORS=file:COMMON_OWNERS
per-file WATCHLIST=file:COMMON_OWNERS
per-file WATCHLISTS=file:COMMON_OWNERS
per-file *-mips*=file:MIPS_OWNERS
per-file *-mips64*=file:MIPS_OWNERS
......
......@@ -94,6 +94,9 @@
'filepath': 'src/base/ieee754\.(cc|h)' \
'|src/base/overflowing-math.h' \
'|LICENSE.fdlibm',
},
'regexp': {
'filepath': 'src/.*regexp',
}
},
......@@ -149,5 +152,9 @@
'rtoy+watch@chromium.org',
'hongchan+watch@chromium.org'
],
'regexp': [
'jgruber+watch@chromium.org',
'pthier+watch@chromium.org'
],
},
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment