Use the correct topic in scm_request_processor
This commit fixes typo in amqp_topics for scm_request_processor. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
c2447bc459
commit
8444802721
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class SCMRequestProcessor(ToddlerBase):
|
|||
amqp_topics: list = [
|
||||
"org.fedoraproject.*.pagure.issue.new",
|
||||
"org.fedoraproject.*.pagure.issue.edit",
|
||||
"org.fedoraporject.*.pagure.issue.comment.added",
|
||||
"org.fedoraproject.*.pagure.issue.comment.added",
|
||||
]
|
||||
|
||||
# SLAs for branches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue