Skip to content

Put cicd template codeowners back under verify

Marcel Amirault requested to merge ci-cd-templates-codeowners into master

What does this MR do and why?

This moves the CI/CD template codeowners to be back in the [Verify] section.

In !144464 (merged), the ^[Runner Fleet Backend] @gitlab-org/ci-cd/runner-fleet-team/backend-approvers section was inserted in the middle of the [Verify] group. This MR accidentaly split the CI/CD templates section out of the Verify section, with it now incorrectly being part of the optional Runner Fleet section because codeowners rules are always part of the "nearest" section listed higher up in the file:

  • Screenshot_2024-03-25_at_10.52.42

This moves it back up to be part of the [Verify] section again (as the last of the Verify overrides) like it was previously.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Marcel Amirault

Merge request reports