Dashboard creator: fix bugs query
Gerrit used to allow regexps in topic: queries, but now topic: is only for exact matches. intopic: can be used to search within topics. Change-Id: Icc5c80ead124b4383198915984543a7987b1bf2e
This commit is contained in:
parent
6ccfb11df9
commit
9029db524f
@ -12,7 +12,7 @@ foreach = (project:openstack/heat OR project:openstack/heat-agents OR
|
||||
query = project:openstack/heat-specs
|
||||
|
||||
[section "Bug Fixes"]
|
||||
query = topic:^bug/.*
|
||||
query = intopic:^bug/.*
|
||||
|
||||
[section "Blueprints"]
|
||||
query = message:"Blueprint"
|
||||
|
Loading…
x
Reference in New Issue
Block a user