Merge "Added assignee field to FuzzConfig."
This commit is contained in:
commit
1ea1bc3b6b
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ type FuzzConfig struct {
|
|||
IsJni *bool `json:"is_jni,omitempty"`
|
||||
// List of modules for monitoring coverage drops in directories (e.g. "libicu")
|
||||
Target_modules []string `json:"target_modules,omitempty"`
|
||||
// Specifies a bug assignee to replace default ISE assignment
|
||||
Assignee string `json:"assignee,omitempty"`
|
||||
}
|
||||
|
||||
type FuzzFrameworks struct {
|
||||
|
|
Loading…
Reference in a new issue