Skip to content

Assign reviewers to merge requests with none.

Jeremy White requested to merge jwhite/tools:assign into master

The algorithm is intended to function as follows:

  1. Gather all entries where the F: pattern matches at least one file changed in the MR. The wildcard pattern (THE REST) is skipped.

  2. Build the union of the M: fields of all matched entries. If empty, build the union of the P: fields instead. Assign all members of the union as reviewers. If empty, do nothing.

We ignore people that are not found in MAINTAINERS.

Merge request reports

Loading