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 dashboard/app/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ type Reporting struct {
Embargo time.Duration
// Type of reporting and its configuration.
// The app has one built-in type, EmailConfig, which reports bugs by email.
// And ExternalConfig which can be used to attach any external reporting system (e.g. Bugzilla).
// The user can implement other types to attach to external reporting systems (e.g. Bugzilla).
Config ReportingType
// List of labels to notify about (keys are strings of form "label:value").
// The value is the string that will be included in the notification message.
Expand Down
Loading