Skip to content

Commit

Permalink
Document curators change
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Dec 4, 2017
1 parent c1a3ab3 commit d1ff711
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ type CommentAction struct {
}

type DerekConfig struct {
Features []string

// Features can be turned on/off if needed.
Features []string

// Users who are enrolled to make use of Derek
Maintainers []string
Curators []string

// Curators is an alias for Maintainers and is only used if the Maintainers list is empty.
Curators []string
}

0 comments on commit d1ff711

Please sign in to comment.