[PATCH][yocto-autobuilder-helper 1/2] bugtriage: ignore Wic issues, we don't triage those
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
The wic maintainer handles issues themselves, triage isn't involved. Signed-off-by: Ross Burton <[email protected]> --- scripts/dashboard/bugtriage/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dashboard/bugtriage/index.html b/scripts/dashboard/bugtriage/index.html index c154c9e7..f18c0b34 100644 --- a/scripts/dashboard/bugtriage/index.html +++ b/scripts/dashboard/bugtriage/index.html @@ -466,7 +466,8 @@ "opkg", "Security Response Tool", "Toaster", - "Yocto Project Compatible" + "Yocto Project Compatible", + "Wic", ]; // Fields to display (bugzilla field name -> column header) -- 2.43.0