Skip to content

gitlab-housekeeper: Support setting merge request assignees

Tiger Watson requested to merge housekeeper-assignees into master

What does this MR do and why?

Allows setting assignees in MRs created by gitlab-housekeeper.

The behaviour is identical to setting reviewers:

  • One or more assignees can be added using change.assignees = %w(list of usernames).
  • Assignees aren't updated on existing MRs if they have been previously changed by a non-housekeeper user.

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 Tiger Watson

Merge request reports