This will unify all the handlers to use first uppercase letter for
ansible-lint to stop complaining.
I went through all `notify:` occurrences and fixed them by running
```
set TEXT "text_to_replace"; set REPLACEMENT "replacement_text"; git grep
-rlz "$TEXT" . | xargs -0 sed -i "s/$TEXT/$REPLACEMENT/g"
```
Then I went through all the changes and removed the ones that wasn't
expected to be changed.
Fixes https://pagure.io/fedora-infrastructure/issue/12391
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
fix 1900 failures of the following case issue:
`name[casing]: All names should start with an uppercase letter.`
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
We have tested it for a week now and it turned out that the bot's
verbosity was effectively killing communication in the channel.
Signed-off-by: Kalev Lember <klember@redhat.com>
Try to limit the messages to PRs and git commits in flatpaks/
namespace, and bodhi FEDORA-FLATPAK updates.
Signed-off-by: Kalev Lember <klember@redhat.com>
These bots are noisy and the stream of messages doesn't seem to have
much use case. Most people in those channels already get emails and
other notifications about these, so it just seems like noise.
We keep fedora-fedmsg and fedora-fedmsg-stg overall ones, as they can be
of use for some use cases.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
When trying to start the bot on all 29 channels, it failed, repeatidly
at 25, potentially reaching some kind of limit.
So to make this work for now, we're commenting out here 4 of the bots
- 2 relate to the planet which is currently no longer sending fedmsg
messages
- 1 relates to askbot which we no longer run
- 1 relates to the proyecto trac project and we no longer run trac.
With this change, the bots are starting fine.
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit adds a few other topics and fixes some syntax for the Fedora
Design crew. This is untested at commit time and may need further
adjustment once it gets deployed.
Closes fedora-infrastructure#8683.
https://pagure.io/fedora-infrastructure/issue/8683
cc: @duffy @pingou @cverna
Signed-off-by: Justin W. Flory <git@jwf.io>
I was trying to meet this criteria for the filter. I used the CommOps
and Badges bots as examples to figure this out:
[12:20:02] <mizmo> when someone posts to the list - very helpful
[12:20:14] <mizmo> when someone files or coments on a design ticket - very helpful
Signed-off-by: Justin W. Flory <git@jwf.io>
This change specifically changes the #fedora-diversity fedmsg IRC bot
only listen for regex matching "diversity" on new Pagure issues, pull
requests, and comments. This makes the noise easier to read and
hopefully more relevant (a lot of things get pulled in with this filter
as it is today).