Skip to content

Commit 737dd35

Browse files
nhormant8m
authored andcommitted
Remove OTC requirement from fuzz-corpora
I'm told that OTC no longer needs to approve fuzz-corpora PR's. Update gitaddrev to reflect that
1 parent 7cc6a48 commit 737dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

review-tools/gitaddrev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ foreach (@ARGV) {
144144
$WHAT = 'fuzz-corpora';
145145
$min_authors = 1;
146146
# openssl/fuzz-corpora is governed by OTC
147-
$min_otc = 1;
147+
$min_otc = 0;
148148
$min_omc = 0;
149149
} elsif (/--perftools$/) {
150150
$WHAT = 'perftools';

0 commit comments

Comments
 (0)