summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/lib/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/lib/Constants.pm')
-rw-r--r--extensions/BMO/lib/Constants.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Constants.pm b/extensions/BMO/lib/Constants.pm
index 23eaae9cb..b60c8fd37 100644
--- a/extensions/BMO/lib/Constants.pm
+++ b/extensions/BMO/lib/Constants.pm
@@ -24,10 +24,22 @@ use strict;
use base qw(Exporter);
our @EXPORT = qw(
REQUEST_MAX_ATTACH_LINES
+ DEV_ENGAGE_DISCUSS_NEEDINFO
);
# Maximum attachment size in lines that will be sent with a
# requested attachment flag notification.
use constant REQUEST_MAX_ATTACH_LINES => 1000;
+# Requestees who need a needinfo flag set for the dev engagement
+# discussion bug
+use constant DEV_ENGAGE_DISCUSS_NEEDINFO => qw(
+ afabbro@mozilla.com
+ dcamp@mozilla.com
+ jswisher@mozilla.com
+ rchau@mozilla.com
+ stormy@mozilla.com
+ spersing@mozilla.com
+);
+
1;