Update commops irc bot rules. As per requested in https://pagure.io/fedora-infrastructure/issue/5799
Signed-off-by: Parag A Nemade <pnemade@fedoraproject.org>
This commit is contained in:
parent
c4ed9d766d
commit
a4e5d55bac
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ config = dict(
|
|||
channel='fedora-commops',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.meeting\.delete|fedocal\.calendar|pagure\.project\.new|askbot\.post\.flag_offensive|anitya\.distro\.add)).)*$',
|
||||
'^((?!(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|askbot\.post\.flag_offensive|anitya\.distro\.add)).)*$',
|
||||
],
|
||||
),
|
||||
),
|
||||
|
@ -131,7 +131,7 @@ config = dict(
|
|||
channel='fedora-commops',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.meeting\.delete|fedocal\.calendar|fas\.group\.member\.sponsor|pagure\.project\.new|askbot\.post\.flag_offensive|anitya\.distro\.add)',
|
||||
'(planet|fedora_elections|meetbot\.meeting\.item\.help|meetbot\.meeting\.complete|fedocal\.meeting\.new|fedocal\.meeting\.update|fedocal\.calendar|fas\.group\.member\.sponsor|askbot\.post\.flag_offensive|anitya\.distro\.add|ansible.playbook.complete)',
|
||||
],
|
||||
body=['^((?!commops).)*$'],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue