Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/gandalf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
DefaultRepo = "vic"
DefaultBranch = "master"

DefaultFellows = "caglar10ur,mhagen,mwilliamson,fabio"
DefaultFellows = "mhagen,mwilliamson,ghicken"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdharamadas1 We'll need to change this in the binary that runs in CI.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, thanks for the heads-up! I will update it after this is merged.


// 4 disabling merges to master automagically
DroneFailureMessage = "finished with a failure status, find the logs"
Expand Down