From 5c5dab6745d930fe91cba91fff1e697f804e6b9b Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Mon, 1 Aug 2022 11:05:13 +0100 Subject: [PATCH] git: add myself to auto_ccs (#8106) Following internal discussions with @steadmon and @oliverchang --- projects/git/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/git/project.yaml b/projects/git/project.yaml index 0684d0219..d04cd9e51 100644 --- a/projects/git/project.yaml +++ b/projects/git/project.yaml @@ -6,6 +6,7 @@ auto_ccs: - "emilyshaffer@google.com" - "jonathantanmy@google.com" - "jrn@google.com" + - "david@adalogics.com" main_repo: 'https://github.com/git/git' # Disable honggfuzz due to undiagnosed build failures