From 05dc72f806665f934cda487e25858e685e6f97de Mon Sep 17 00:00:00 2001 From: Sophie Gairo Date: Mon, 12 Feb 2018 11:29:13 -0600 Subject: [PATCH] Change default fellows for gandalf --- cmd/gandalf/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gandalf/main.go b/cmd/gandalf/main.go index e9641c4cd1..91289582bc 100644 --- a/cmd/gandalf/main.go +++ b/cmd/gandalf/main.go @@ -46,7 +46,7 @@ const ( DefaultRepo = "vic" DefaultBranch = "master" - DefaultFellows = "caglar10ur,mhagen,mwilliamson,fabio" + DefaultFellows = "mhagen,mwilliamson,ghicken" // 4 disabling merges to master automagically DroneFailureMessage = "finished with a failure status, find the logs"