drop unneeded name argument
This commit is contained in:
parent
c5060135de
commit
520fec00f8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ config = dict(
|
|||
'^((?!(pagure)).)*$',
|
||||
],
|
||||
body=[
|
||||
"^((?!(fedora-infrastructure|u'name': u'pagure')).)*$",
|
||||
"^((?!(fedora-infrastructure)).)*$",
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue