#913 adding kube-sig pagure bot config
Closed 2 years ago by lrossett. Opened 2 years ago by lrossett.
fedora-infra/ lrossett/ansible kube-sig-ircbot  into  main

@@ -223,6 +223,41 @@ 

              ),

          ),

  

+         # Show only kube-sig messages to the fedora-kube SIG channel.

+         dict(

+             network='irc.libera.chat',

+             port=6667,

+             make_pretty=True,

+             make_terse=True,

+ 

+             {% if env == 'staging' %}

+             nickname='fm-stg-kube-sig',

+             {% else %}

+             nickname='fm-kube-sig',

+             {% endif %}

+             channel='fedora-kube',

+             filters=dict(

+                 topic=[

+                     'pagure.issue.assigned.added'

+                     'pagure.issue.assigned.reset'

+                     'pagure.issue.comment.added'

+                     'pagure.issue.new'

+                     'pagure.issue.tag.added'

+                     'pagure.project.deleted'

+                     'pagure.project.new'

+                     'pagure.project.tag.removed'

+                     'pagure.pull-request.closed'

+                     'pagure.pull-request.comment.added'

+                     'pagure.pull-request.flag.added'

+                     'pagure.pull-request.flag.updated'

+                     'pagure.pull-request.new'

+                 ],

+                 body=[

+                     '^((?!(pagure.io\/kube-sig)).)*$',

+                 ],

+             ),

+         ),

+ 

  #        # We no longer run trac

  #        # # The proyectofedora crew wants trac messages.

  #        # dict(

Adding fedora-kube irc bot, please let me know if this is everything that I need to do in order to receive pagure notifications in the #fedora-kube channel. :-)

Signed-off-by: Leonardo Rossetti lrossett@redhat.com

rebased onto cd28b7e

2 years ago

Sure, we can add this but:

  1. We have been trying to move away from just dumping all activity into irc/matrix because it's just noise for people wanting to discuss things in that channel. I mean, if you want to know about new tickets and such you can easily get that in email or rss.

  2. fedmsg-irc is tied to fedmsg and is thus python2 and going to go away someday. :)

Do you still want this? Happy to merge if you do, but do note that it will go away at some point...

I guess I can close it, I thought this would be something expected from a "sig irc channel" but it does make sense to me now to not do it :)

Pull-Request has been closed by lrossett

2 years ago
Metadata