Add the possibility to ignore some users

These users, who should only ever be CC'ed to a project, will not
be synced to bugzilla.
In other words, they are allowed to not have a bugzilla account
and that should not impact the syncing of the default assignee and
CC list from dist-git to bugzilla.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-06-14 17:48:42 +02:00
parent 392627ecab
commit 3f1611f6c3
2 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,9 @@ This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.
"""
# List of accounts that should not be synced to bugzilla
ignorable_accounts = ["packagerbot", "zuul"]
[products]
[products.Fedora]
namespace = "rpms"