Skip to content

Commit

Permalink
One last update for existing review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio committed Mar 17, 2023
1 parent 5a6e123 commit aef4930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static async Task ProcessPullRequestEvent(GitHubEventClient gitHubEventCl
await ResetApprovalsForUntrustedChanges(gitHubEventClient, prEventPayload);

// After all of the rules have been processed, call to process pending updates
int numUpdates = await gitHubEventClient.ProcessPendingUpdates(prEventPayload.Repository.Id, prEventPayload.PullRequest.Number);
await gitHubEventClient.ProcessPendingUpdates(prEventPayload.Repository.Id, prEventPayload.PullRequest.Number);
}


Expand Down

0 comments on commit aef4930

Please sign in to comment.