[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/+/2903154
Reviewed-by: Hannes Payer <hpayer@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Patrick Thier <pthier@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74644}
This commit is contained in:
Marja Hölttä 2021-05-18 18:15:39 +02:00 committed by V8 LUCI CQ
parent ad4eab00e7
commit 663eec3a12
2 changed files with 8 additions and 1 deletions

2
OWNERS
View File

@ -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

View File

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