I would like to add a bugzilla email exception for jbwillia

Thanks

From 230a9e78c92c07880956072046080353d73f215f Mon Sep 17 00:00:00 2001
From: Nick Bebout <nb@batcave01.phx2.fedoraproject.org>
Date: Thu, 29 Mar 2018 17:39:34 +0000
Subject: [PATCH] Add a bugzilla email exception for jbwillia

---
 roles/distgit/pagure/files/fas2.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/roles/distgit/pagure/files/fas2.py b/roles/distgit/pagure/files/fas2.py
index 7886c02..f20b0bd 100644
--- a/roles/distgit/pagure/files/fas2.py
+++ b/roles/distgit/pagure/files/fas2.py
@@ -273,6 +273,8 @@ class AccountSystem(BaseClient):
             172063: 'roshi@fedoraproject.org',
             # Dusty Mabe: dusty@dustymabe.com
             170115: 'dustymabe@redhat.com',
+            # Ben Williams: vaioof@gmail.com
+            100572: 'jbwillia@math.vt.edu ',
         }
         # A few people have an email account that is used in owners.list but
         # have setup a bugzilla account for their primary account system email
-- 
1.8.3.1