Skip to content

Add sectional headers to issue_and_merge_request_actions.rb

What does this MR do and why?

This merely adds some sectional headers to break up the code. The DSL for quick actions doesn't include an easy way to keep bundles of action definitions separate, relying instead on the order of execution. While this doesn't address that issue, it at least makes the file more readable for a human.

Merge request reports