Add codeowner validation checks to commit REST API
What does this MR do?
More endpoints protected by codeowner validation checks! This time, the Commits REST API. Since codeowners is an EE feature, I've extracted a new EE::API::Commits
.
The endpoints we're applying checks to here are:
-
post ':id/repository/commits'
(create, update, delete)` - `post ':id/repository/commits/:sha/cherry_pick'
post ':id/repository/commits/:sha/revert'
Related: !32341 (merged)
Edited by Kerri Miller