-
- Downloads
fix: use assignee_id when adding assignees in gitlab (#1136)
GitLab’s API requires assignee *id* and not *username* when adding assignees to a merge request. Now, we allow Renovate users to still configure usernames and we will look up the ID and use it in the request instead. Closes #1131
Showing
- lib/platform/gitlab/index.js 9 additions, 4 deletionslib/platform/gitlab/index.js
- test/platform/gitlab/__snapshots__/index.spec.js.snap 3 additions, 3 deletionstest/platform/gitlab/__snapshots__/index.spec.js.snap
- test/platform/gitlab/index.spec.js 13 additions, 1 deletiontest/platform/gitlab/index.spec.js
Loading
Please register or sign in to comment