summaryrefslogtreecommitdiffstats
path: root/extensions/MozProjectReview/Extension.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-02-18 18:04:16 +0100
committerByron Jones <bjones@mozilla.com>2014-02-18 18:04:16 +0100
commit0d7f13d56847906ffd2fa107c5a7c4fe6c8e1cca (patch)
tree6caca50f0ccb3d23bb7f05909827f3de68a693e5 /extensions/MozProjectReview/Extension.pm
parent41fe61cdd28100b9344cdbec4cd29ed80bfab159 (diff)
downloadbugzilla-0d7f13d56847906ffd2fa107c5a7c4fe6c8e1cca.tar.gz
bugzilla-0d7f13d56847906ffd2fa107c5a7c4fe6c8e1cca.tar.xz
Bug 941671: Rename "mozilla-corporation-confidential" to "mozilla-employee-confidential" and update membership accordingly
Diffstat (limited to 'extensions/MozProjectReview/Extension.pm')
-rw-r--r--extensions/MozProjectReview/Extension.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/MozProjectReview/Extension.pm b/extensions/MozProjectReview/Extension.pm
index b43889135..49bbdaeca 100644
--- a/extensions/MozProjectReview/Extension.pm
+++ b/extensions/MozProjectReview/Extension.pm
@@ -100,7 +100,7 @@ sub post_bug_after_creation {
product => 'mozilla.org',
component => 'Security Assurance: Review Request',
bug_severity => 'normal',
- groups => [ 'mozilla-corporation-confidential' ],
+ groups => [ 'mozilla-employee-confidential' ],
op_sys => 'All',
rep_platform => 'All',
version => 'other',
@@ -168,7 +168,7 @@ sub post_bug_after_creation {
bug_severity => 'normal',
priority => '--',
keywords => 'privacy-review-needed',
- groups => [ 'mozilla-corporation-confidential' ],
+ groups => [ 'mozilla-employee-confidential' ],
op_sys => 'All',
rep_platform => 'All',
version => 'other',
@@ -185,7 +185,7 @@ sub post_bug_after_creation {
component => 'Product Review',
bug_severity => 'normal',
priority => '--',
- groups => [ 'mozilla-corporation-confidential' ],
+ groups => [ 'mozilla-employee-confidential' ],
op_sys => 'All',
rep_platform => 'All',
version => 'unspecified',
@@ -202,7 +202,7 @@ sub post_bug_after_creation {
component => 'Vendor Review',
bug_severity => 'normal',
priority => '--',
- groups => [ 'mozilla-corporation-confidential' ],
+ groups => [ 'mozilla-employee-confidential' ],
op_sys => 'All',
rep_platform => 'All',
version => 'unspecified',