neutron infra: Match with n8g as well

Some people abbreviate networking this way. E.g. [1]

[1] https://review.openstack.org/#/c/495849/

Change-Id: I0b4e03c15cd4da5df094bbbcf2a5f39a4f0ab443
This commit is contained in:
YAMAMOTO Takashi 2017-09-04 09:49:22 +09:00
parent 945623b63c
commit 0a07d814c8
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ foreach = (project:openstack-infra/project-config OR project:openstack-infra/dev
# The following query is intended to match with comments
# like "Needs neutron infra liason +1."
# "liason" seems like a common typo
query = (message:"neutron" OR message:"networking-" OR message:"ovsdbapp" OR (comment:"neutron" (comment:"liaison" OR comment:"liason")))
query = (message:"neutron" OR message:"networking-" OR message:"n8g-" OR message:"ovsdbapp" OR (comment:"neutron" (comment:"liaison" OR comment:"liason")))