Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31972 )
Change subject: Ignore self approval ......................................................................
Ignore self approval
Change-Id: I906d2d3c4d3f7bf92e0ccb3edf196d88d68c7ca1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/31972 Tested-by: Martin Roth martinroth@google.com Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M project.config 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Martin Roth: Verified; Looks good to me, approved Stefan Reinauer: Looks good to me, approved
diff --git a/project.config b/project.config index 691ce88..7b44b8d 100644 --- a/project.config +++ b/project.config @@ -30,6 +30,7 @@ copyAllScoresOnTrivialRebase = true copyAllScoresIfNoCodeChange = true defaultValue = 0 + ignoreSelfApproval = true
[notify "coreboot-gerrit"] email = coreboot-gerrit@coreboot.org