diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-09 15:40:30 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-09 15:40:30 +0200 |
| commit | 88cb3e92ba25303ab67aaceb083fe7304fccd32f (patch) | |
| tree | 3ed72bfc53fab7bc1a3a0fbfb1047e05be79568e /dashboard/dashapi | |
| parent | 65a44e22ba217ef7272b9d3735e9d12cfaa204f6 (diff) | |
dashboard/app: add notion of per-repo build maintainers
For context see:
https://groups.google.com/d/msg/syzkaller/9HxkC_hRP4M/MzFl4laADgAJ
Now if, say, linux-next, is build/boot-broken we can CC maintainers of the tree.
Fixes #1667
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index f6678a013..fe9a30e19 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -301,6 +301,7 @@ type BugReport struct { ExtID string // arbitrary reporting ID forwarded from BugUpdate.ExtID First bool // Set for first report for this bug (Type == ReportNew). Moderation bool + NoRepro bool // We don't expect repro (e.g. for build/boot errors). Title string Link string // link to the bug on dashboard CreditEmail string // email for the Reported-by tag |
