1
0
mirror of https://github.com/golang/go synced 2024-09-28 20:14:28 -06:00

[dev.boringcrypto] misc/boring: update default CL reviewer to katie@golang.org

Change-Id: Ifd022eb762f78f0b86f8fa7834c2dd891e4a35fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/217937
Reviewed-by: Katie Hockman <katie@golang.org>
This commit is contained in:
Filippo Valsorda 2020-02-05 14:36:25 -05:00
parent 50ada481fb
commit 527880d05c
2 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ if ! git log --format=%B -n 1 | grep "\[dev.boringcrypto"; then
exit 1
fi
git codereview mail -r dmitshur@golang.org,filippo@golang.org -trybot HEAD
git codereview mail -r katie@golang.org,filippo@golang.org -trybot HEAD
cd - && git worktree remove "$WORKTREE"

View File

@ -26,7 +26,7 @@ done
git add RELEASES
git commit -m "misc/boring: add new releases to RELEASES file"
git codereview mail -r dmitshur@golang.org,filippo@golang.org
git codereview mail -r katie@golang.org,filippo@golang.org
rm *.tar.gz
cd - && git worktree remove "$WORKTREE"