Skip to content

Commit

Permalink
feat: [CODE-651]: add updated filter in pr listing (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-harness authored and Harness committed Nov 3, 2023
1 parent 941bc7a commit 93c5cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/enum/pullreq.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ const (
PullReqSortCreated = "created"
PullReqSortEdited = "edited"
PullReqSortMerged = "merged"
PullReqSortUpdated = "updated"
)

var pullReqSorts = sortEnum([]PullReqSort{
PullReqSortNumber,
PullReqSortCreated,
PullReqSortEdited,
PullReqSortMerged,
PullReqSortUpdated,
})

// PullReqActivityType defines pull request activity message type.
Expand Down

0 comments on commit 93c5cfd

Please sign in to comment.