Send the notifications about pagure-importer to #pagure as well

This commit is contained in:
Pierre-Yves Chibon 2017-01-16 21:12:31 +01:00
parent ce7555b642
commit 990020a443

View file

@ -302,7 +302,7 @@ config = dict(
'^((?!(github\.star|pagure)).)*$', '^((?!(github\.star|pagure)).)*$',
], ],
body=[ body=[
"^((?!u'name': u'pagure').)*$", "^((?!(u'name': u'pagure'|u'name': u'pagure-importer')).)*$",
], ],
), ),
), ),