Skip to content

Commit

Permalink
Update lib/modules/platform/gitlab/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh authored Nov 19, 2024
1 parent 72576c4 commit 151eb14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modules/platform/gitlab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ export async function createPr({
const pr = res.body;
pr.number = pr.iid;
pr.sourceBranch = sourceBranch;

// istanbul ignore if
if (config.prList) {
config.prList.push(pr);
Expand Down

0 comments on commit 151eb14

Please sign in to comment.