Skip to content

Commit 8f8e9f7

Browse files
nhormant8m
authored andcommitted
Drop requirement for OTC review
Current bylaws under general policies: https://github.com/openssl/general-policies/blob/master/policies/committer-policy.md Indicate the following: ``` All submissions must be reviewed and approved by at least two committers. Neither of the reviewers can be the author of the submission. ``` Given that, it seems we should adjust our tooling to reflect the lack of need for an OTC approval Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from #217)
1 parent 1058055 commit 8f8e9f7

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
@@ -35,7 +35,7 @@ my $authorcount = 0;
3535
# be counted as reviewers. For all other values, it works as a minimum.
3636
my $min_authors = 0; # Main source default
3737
my $otccount = 0;
38-
my $min_otc = 1; # Main source default
38+
my $min_otc = 0; # Main source default
3939
my $omccount = 0;
4040
my $min_omc = 0; # Main source default
4141
my $author = $ENV{GIT_AUTHOR_EMAIL};

0 commit comments

Comments
 (0)