Add a configuration file to store the email overrides
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
7155e0a5af
commit
992cb560a0
1 changed files with 9 additions and 0 deletions
9
email_overrides.toml
Normal file
9
email_overrides.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue