1d21cd635f
This repo was created from filter branching the openstack-infra/ config repo. This process brought a lot of cruft with it in the form of directories that we no longer need. This patch removes that cruft so we begin with a tidier repo. Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
25 lines
913 B
YAML
25 lines
913 B
YAML
# This file is used by the notify_impact jeepyb plugin to control the bugs it
|
|
# create.
|
|
#
|
|
# Please keep these structures in alphabetical order.
|
|
|
|
# For automatically created DocImpact bugs, there are two structures here. The
|
|
# author_map maps email addresses of authors to "groups". These groups can be
|
|
# anything you want, although the most likely example is a dev team at a
|
|
# particular company. The second structure is "subscriber_map", which lists
|
|
# the people to subscribe to a bug owned by a particular group.
|
|
|
|
author_map:
|
|
joshua.hesketh@rackspace.com: rcbau
|
|
lana.brindley@rackspace.com: rcbau
|
|
matt@oliver.net.au: rcbau
|
|
matthew.oliver@rackspace.com: rcbau
|
|
michael.davies@rackspace.com: rcbau
|
|
michael.still@rackspace.com: rcbau
|
|
michael@the-davies.net: rcbau
|
|
mikal@stillhq.com: rcbau
|
|
openstack@lanabrindley.com: rcbau
|
|
|
|
subscriber_map:
|
|
rcbau: ['loquacity', 'mikalstill']
|