Skip to content

Bot_actions: Refactors by splitting Merge_request

Phil Saxton requested to merge philsaxton/merbocop:psaxton-bot-actions into master

Bot_actions: This creates a new module to hold some of the functions in the Merge_request module. This helps avoid a circular dependency error. Bot_actions calls Warnings which calls Merge_request. But it's also reasonable organization of "Bot_action" functions which have grown in number over time.

Merge request reports