Skip to content

Add all available statuses to scope filter for project builds endpoint

What does this MR do?

Adds "skipped" and "created" scopes to project's builds API endpoint (projects/:id/builds?scope=).

Why was this MR needed?

According to documentation the two missing scopes are legitimate options.

Does this MR meet the acceptance criteria?

Closes #26875 (closed)

Merge request reports