Exclude refs/meta/config from Code-Review submit requirement

Bug: 397810527
Change-Id: I1a317e2b76d3f9fe82ebef22172f98c827c42ed6
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6290870
Reviewed-by: Joey Scarr <jsca@google.com>
Reviewed-by: Andrew Mitchell <mitchella@google.com>
This commit is contained in:
Andrew Mitchell 2025-02-20 23:12:50 -08:00
parent a1203ca438
commit b724d1ec88

View File

@ -47,6 +47,7 @@
[submit-requirement "Code-Review"]
description = If the author is a libyuv committer, code review is required from one other committer. Otherwise, code review is required from two committers.
submittableIf = ((uploaderin:cria/project-libyuv-committers AND label:Code-Review=MAX,user=non_uploader) OR label:Code-Review=MAX,count>=2) AND -label:Code-Review=MIN
applicableIf = -branch:refs/meta/config
overrideIf = label:Bot-Commit=+1 AND -label:Code-Review=MIN
canOverrideInChildProjects = true
[submit-requirement "Verified"]