Use the messages from
[journal-to-fedora-messaging](https://journal-to-fedora-messaging-messages.readthedocs.io)
instead of those from Noggin, as they are more reliable: they are
emitted even if the action is done directly in IPA.
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commits adds separate processing for comments in
scm_request_processor and adds following commands the bot will react on.
help - prints this help message
retry - retries the failed request processing
valid - can be used by authorized user to mark the request as valid
When validating the EPEL request we are checking if the package is available in
RHEL, not in EPEL. Let's fix this typo.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>