summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/UserStory/lib/Constants.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/UserStory/lib/Constants.pm b/extensions/UserStory/lib/Constants.pm
index 4bba94105..f1abae301 100644
--- a/extensions/UserStory/lib/Constants.pm
+++ b/extensions/UserStory/lib/Constants.pm
@@ -28,6 +28,10 @@ use constant USER_STORY => {
group => 'editbugs',
components => [],
},
+ 'support.mozilla.org' => {
+ group => 'editbugs',
+ components => [],
+ }
};
1;