From 265e8402c8d2d0e8a492f782bb99f3edc30c4d22 Mon Sep 17 00:00:00 2001 From: Aaron Son Date: Wed, 2 Oct 2019 15:56:59 -0700 Subject: [PATCH] go/utils/checkcommitters: Oscar is an allowed committer and author. --- go/utils/checkcommitters/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/utils/checkcommitters/main.go b/go/utils/checkcommitters/main.go index 8f95f185de..1d9f329bf3 100644 --- a/go/utils/checkcommitters/main.go +++ b/go/utils/checkcommitters/main.go @@ -31,6 +31,7 @@ var AllowedAuthors = map[string]*struct{}{ "GitHub ": nil, "Katie McCulloch ": nil, "Matt Jesuele ": nil, + "Oscar Batori ": nil, "Osheiza Otori ": nil, "Taylor Bantle ": nil, "Timothy Sehn ": nil, @@ -45,6 +46,7 @@ var AllowedCommitters = map[string]*struct{}{ "GitHub ": nil, "Katie McCulloch ": nil, "Matt Jesuele ": nil, + "Oscar Batori ": nil, "Osheiza Otori ": nil, "Taylor Bantle ": nil, "Timothy Sehn ": nil,