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:
parent
392627ecab
commit
3f1611f6c3
2 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue