Skip to content
Snippets Groups Projects

Move API::Runner and API::Runners to Ci namespace

Merged Allison Browne requested to merge ab-move-api-runner into master
All threads resolved!
Files
16
@@ -49,7 +49,7 @@ module API
end
def process_pull_request
external_pull_request = Ci::ExternalPullRequests::ProcessGithubEventService.new(project, mirror_user).execute(params)
external_pull_request = ::Ci::ExternalPullRequests::ProcessGithubEventService.new(project, mirror_user).execute(params)
if external_pull_request
render_validation_error!(external_pull_request)
Loading