Add a configuration file to store the email overrides

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-11-18 12:26:44 +01:00 committed by Nils Philippsen
parent 7155e0a5af
commit 992cb560a0

9
email_overrides.toml Normal file
View file

@ -0,0 +1,9 @@
# This file contains the list of FAS email addresses to override for bugzilla.
# By default we expect that the email address set in FAS corresponds to
# the bugzilla account of the person.
# However, some people prefer to use different addresses in FAS and in
# bugzilla (for example if they want to use their @fedoraproject alias in
# bugzilla). To support these requests, this file maps FAS email addresses to
# Bugzilla email addresses where they differ.
"foo@bar.com" = "bar@foo.org"