As of today, we're flipping the bit on the Ansibull-bot to be fully automated.
Until now, it's been running in a semi-automated state to enforce PR
triage workflow, and we've been examining the output to make sure that
it's mostly sane.
Thanks to a recent full rewrite of the bot by Rene Moser (thanks
resmo!) I'm now much more confident that the bot is ready for fully
automated use.
Starting tomorrow, Ansibull-bot will run in fully automated mode once
a day, and at some point in the near future, multiple times a day.
Ultimately, we may end up running it whenever any single PR is
touched, but we're not quite there yet.
If you see something that looks like Bot Shenanigans, feel free to
mention me (@gregdek) or Rene Moser (@resmo) in the PR and we'll take
a look to see what's going on.
The code is here, btw: https://github.com/ansible/ansibullbot/
And the Waffleboard for managing it: https://waffle.io/ansible/ansibullbot
--g