]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1463874 - Update Default Products and Remove Buglist Queries from triage_owners...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 4 Mar 2019 17:31:41 +0000 (12:31 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2019 17:31:41 +0000 (12:31 -0500)
extensions/BMO/lib/Reports/Triage.pm

index 19ece7e362eea08fd552f9e9d575e3fb77887901..2d40aa25da9df9ded7311a0f6652ebf1505a336b 100644 (file)
@@ -28,7 +28,7 @@ use constant MAX_NUMBER_BUGS => 4000;
 use constant DEFAULT_OWNER_PRODUCTS => (
   'Core', 'DevTools', 'External Software Affecting Firefox',
   'Firefox', 'Firefox for Android', 'Firefox Build System',
-  'GeckoView', 'Remote Protocol', 'Testing', 
+  'GeckoView', 'NSPR', 'NSS', 'Remote Protocol', 'Testing',
   'Toolkit', 'WebExtensions',
 );