summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-09-24 06:31:03 +0200
committerByron Jones <glob@mozilla.com>2015-09-24 06:31:03 +0200
commit89e65535c55fb20c916e2ed9492aaae265f5c5de (patch)
treef4a013f6b10f41256e2f126e85327aa1dec3758d /extensions/BugModal
parent4b5da7dfdf6fe1abe40934804a07c7ff4f113316 (diff)
downloadbugzilla-89e65535c55fb20c916e2ed9492aaae265f5c5de.tar.gz
bugzilla-89e65535c55fb20c916e2ed9492aaae265f5c5de.tar.xz
Bug 1207926 - change treeherder@bots.tld to orangefactor@bots.tld
Diffstat (limited to 'extensions/BugModal')
-rw-r--r--extensions/BugModal/lib/MonkeyPatches.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/lib/MonkeyPatches.pm b/extensions/BugModal/lib/MonkeyPatches.pm
index 743573f32..f0774b0e5 100644
--- a/extensions/BugModal/lib/MonkeyPatches.pm
+++ b/extensions/BugModal/lib/MonkeyPatches.pm
@@ -17,7 +17,7 @@ use Bugzilla::User;
sub treeherder_user {
return Bugzilla->process_cache->{treeherder_user} //=
Bugzilla::User->new({ name => 'tbplbot@gmail.com', cache => 1 })
- || Bugzilla::User->new({ name => 'treeherder@bots.tld', cache => 1 })
+ || Bugzilla::User->new({ name => 'orangefactor@bots.tld', cache => 1 })
|| Bugzilla::User->new();
}