Skip to content

[EE] Add a new `/create_branch` quick action

EE MR for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15176

What does this MR do?

Allows to create a branch using a quick action. The default branch name can be overriden.

Are there points in the code the reviewer needs to double check?

I've changed how the JS handles quick actions because that was silly and since this action is quite different from the other ones (it doesn't act on the noteable directly).

Screenshots

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15176

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #27801.

Merge request reports