Skip to content

Create constants for IDE commit action values

Paul Slaughter requested to merge ide-create-commit-action-types-constant into master

What does this MR do?

This MR creates a constant for controlling the values returned in commitActionForFile.

Why?

These values will be used to help build the mirroring diff. To avoid magic string duplication, it is helpful keeping this controlled in a constant.

Does this MR meet the acceptance criteria?

Conformity

Performance & Testing

Related

Edited by Paul Slaughter

Merge request reports