Skip to content

Commit

Permalink
actually pass reviewer into removal task
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Oct 30, 2024
1 parent 4284240 commit 63270bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ await webservices.RegisterPrNumber(task.InternalName, relevantCommitHashForWebSe
GitHubOutputBuilder.StartGroup($"Remove {task.InternalName}");
Log.Information("Remove: {Name} - {Channel}", task.InternalName, task.Channel);

var removeStatus = await buildProcessor.ProcessTask(task, true, null, null, tasks);
var removeStatus = await buildProcessor.ProcessTask(task, true, null, reviewer, tasks);
allResults.Add(removeStatus);

if (removeStatus.Success)
Expand Down

0 comments on commit 63270bb

Please sign in to comment.