From 7c7de8576a3fa3626e35eeed505f4c538d19f85d Mon Sep 17 00:00:00 2001 From: Andrew Couch Date: Mon, 9 Apr 2018 12:15:39 -0400 Subject: [PATCH 1/2] build: give craig an avatar At present, when GitHub apps create commits, they don't show up with the app's avatar. A workaround is to commit with an e-mail address that has an associated gravatar. Release note: None --- bors.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bors.toml b/bors.toml index f488d4491857..a7961abf0e07 100644 --- a/bors.toml +++ b/bors.toml @@ -7,3 +7,7 @@ pr_status = [ block_labels = [ "do-not-merge" ] + +[committer] +name = "craig[bot]" +email = "bors@cockroachlabs.com" From 72fadab6ed7804fe6593df30105dcccaadefa916 Mon Sep 17 00:00:00 2001 From: Andrew Couch Date: Mon, 9 Apr 2018 12:47:29 -0400 Subject: [PATCH 2/2] build: move bors.toml into .github folder Just to keep the root of the project a little cleaner. Release note: None --- bors.toml => .github/bors.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bors.toml => .github/bors.toml (100%) diff --git a/bors.toml b/.github/bors.toml similarity index 100% rename from bors.toml rename to .github/bors.toml