diff --git a/src/reviewers.rs b/src/reviewers.rs index 419c92a3..e7955913 100644 --- a/src/reviewers.rs +++ b/src/reviewers.rs @@ -176,6 +176,7 @@ impl Reviewers { map.insert("jdm", a("Josh Matthews", "josh@joshmatthews.net")); map.insert("jethrogb", a("Jethro Beekman", "jethro@fortanix.com")); map.insert("jhpratt", a("Jacob Pratt", "jacob@jhpratt.dev")); + map.insert("jieyouxu", a("Jieyou Xu", "jieyouxu@outlook.com")); map.insert("johntitor", a("Yuki Okushi", "huyuumi.dev@gmail.com")); map.insert("jonas-schievink", a("Jonas Schievink", "jonasschievink@gmail.com")); map.insert("jonathandturner", a("Jonathan Turner", "jturner@mozilla.com"));