From a3b45d7c454c7b33b69b8ba266142dbcd22320f7 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 20 Mar 2023 13:00:58 -0700 Subject: [PATCH] Fix email in arrow ccs (#9943) I think it's failing to let me in because I missed the period. :facepalm: Follow up to #9934. cc @DavidKorczynski --- projects/arrow/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/arrow/project.yaml b/projects/arrow/project.yaml index e0dd2c0f8..f6c4bf8c1 100644 --- a/projects/arrow/project.yaml +++ b/projects/arrow/project.yaml @@ -12,7 +12,7 @@ auto_ccs: - "szucs.krisztian@gmail.com" - "wesmckinn@gmail.com" - "xhochy@gmail.com" - - "willjones127@gmail.com" + - "will.jones127@gmail.com" main_repo: 'https://github.com/apache/arrow.git' fuzzing_engines: - afl