Skip to content

Set up CODEOWNERS file

Yorick Peterse requested to merge codeowners into master

When using custom approval rules added through a project's settings page, every user in the rule will receive a TODO for every MR they are added as an approver to; even when the MR is not yet ready for review. This leads to a lot of TODO noise.

When using a CODEOWNERS file, TODOs are not created for the users added as an approver. In addition, we can specify more precise approval requirements.

Merge request reports