Skip to content

Commit

Permalink
put automatetd PRs in slow queeu
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed May 7, 2024
1 parent 34e8211 commit 195426f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/neptune/lyft/activities/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ func (a *Github) GithubListPRs(ctx context.Context, request ListPRsRequest) (Lis

pullRequests := []internal.PullRequest{}
for _, pullRequest := range prs {

isAutomated := IsPRAutomated(pullRequest)

pullRequests = append(pullRequests, internal.PullRequest{
Number: pullRequest.GetNumber(),
UpdatedAt: pullRequest.GetUpdatedAt(),
Expand Down

0 comments on commit 195426f

Please sign in to comment.