Skip to content

Commit

Permalink
Revert the fix from #178 to prove the test is working
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jul 28, 2023
1 parent 742877d commit 380fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Gitlab.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function updatePullRequest(Slug $slug, $id, $params)
'source_branch' => $params['head'],
'target_branch' => $params['base'],
'title' => $params['title'],
'assignee_ids' => $params['assignees'],
'assignee_ids' => null,
'target_project_id' => null,
'description' => $params['body'],
];
Expand Down

0 comments on commit 380fecc

Please sign in to comment.