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

Commit 44fc9a82 authored by David Fu's avatar David Fu
Browse files

Changed assignee to triage_assignee in fuzzconfig

Change-Id: Ifdf4e8a3d855c414c906d249674411f4f4b88396
parent c741160d
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 {