Conversation
It can be helpful to debug the behavior of the bot tools without having anything post to Slack. Make this possible, starting with the doctext tool. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: stephenfin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
One thing you could do is to have the main code use a This could be configured by a command line switch: I would leave the TEAM_DICT parsing logic unchanged to have the two flows match one another as closely as possible. |
I considered exactly this and decided YAGNI. I think the same can be said of this entire PR though. I think I'll can this for now and will resurrect it if I need to debug stuff again.
A fair point. |
It can be helpful to debug the behavior of the bot tools without having anything post to Slack. Make this possible, starting with the doctext tool.
Signed-off-by: Stephen Finucane stephenfin@redhat.com