Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a2c923f authored by David Fu's avatar David Fu Committed by Automerger Merge Worker
Browse files

Merge "Changed assignee to triage_assignee in fuzzconfig" am: eb52c2e7 am: 51393094

parents 46494f29 51393094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ type FuzzConfig struct {
	// 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"`
	Triage_assignee string `json:"triage_assignee,omitempty"`
}

type FuzzFrameworks struct {