Add pagure to #fedora-apps.

This commit is contained in:
Ralph Bean 2015-06-18 20:15:25 +00:00
parent 760901d7d0
commit 734788c40b

View file

@ -43,10 +43,10 @@ config = dict(
channel='fedora-apps',
filters=dict(
topic=[
'^((?!(github\.create|github\.issue\.|github\.pull_request\.|github\.commit_comment|github\.star)).)*$',
'^((?!(github\.create|github\.issue\.|github\.pull_request\.|github\.commit_comment|github\.star|pagure)).)*$',
],
body=[
"^((?!(fedora-infra)).)*$",
"^((?!(fedora-infra|pagure)).)*$",
],
),
),