elastic-recheck/recheckwatchbot.yaml
Matthew Treinish 6fd0cf7e65 Add multi-project irc support to the bot
This commit adds support for multi-project/channel irc support to the bot.
To do this you list multiple channels in the bot yaml and specify which
projects get reported to that file. When a bug is encountered that targets
the listed project the message will be reported. If 'all' is specified as
a field under projects for a channel then all projects will be reported on
that channel.

Change-Id: Ic3dd76bad94213c7152c29a99c00ed23a2c01a31
2014-01-24 12:21:47 -05:00

20 lines
237 B
YAML

openstack-nova:
projects:
- nova
events:
- positive
openstack-glance:
projects:
- glance
events:
- positive
openstack-qa:
projects:
- all
events:
- positive
- negative