Skip to content

Draft: Fix the lingering outdated codeowner rules issue

Leonardo da Rosa requested to merge l.rosa/test-mr-143330 into master

What does this MR do and why?

Fix the lingering outdated codeowner rules issue

When a sectional codeowner rule had the same pattern as the default codeowner rule, default code owner rule was not being removed even if it was no longer applicable.

We fix that by using approval rule id instead of just relying on the pattern.

Changelog: fixed

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.

Merge request reports