Update the open bugs when the corresponding package changes maintainer
Fixes https://pagure.io/fedora-infrastructure/issue/6940 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0e036348d0
commit
b1bb0c02a4
2 changed files with 58 additions and 0 deletions
|
@ -13,6 +13,12 @@ notify_emails = [
|
|||
"Fedora Modules" = "Fedora Modules"
|
||||
"Fedora EPEL" = "Fedora EPEL"
|
||||
|
||||
[products_versions]
|
||||
"Fedora" = ["rawhide", "31", "30", "29"]
|
||||
"Fedora Container" = ["rawhide", "29"]
|
||||
"Fedora Modules" = []
|
||||
"Fedora EPEL" = ["epel8", "epel7", "el6"]
|
||||
|
||||
[namespace_to_product]
|
||||
"rpms" = "Fedora" # except EPEL...
|
||||
"container" = "Fedora Container"
|
||||
|
@ -23,6 +29,10 @@ notify_emails = [
|
|||
"modules" = "module"
|
||||
"container" = "container"
|
||||
|
||||
bz_maintainer_change_comment = """
|
||||
This package has changed maintainer in the Fedora.
|
||||
Reassigning to the new maintainer of this component.
|
||||
"""
|
||||
|
||||
## EMAIL TEMPLATES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue