Skip to content

check merged only and sort by updatedAt#8

Open
pacoxu wants to merge 1 commit into
wzshiming:masterfrom
DaoCloud-OpenSource:mergeAfter
Open

check merged only and sort by updatedAt#8
pacoxu wants to merge 1 commit into
wzshiming:masterfrom
DaoCloud-OpenSource:mergeAfter

Conversation

@pacoxu

@pacoxu pacoxu commented Nov 19, 2024

Copy link
Copy Markdown
Contributor

cbs := []source.PullRequestCallback{}
if !last.IsZero() {
cbs = append(cbs, func(pr *source.PullRequest) bool {
return pr.CreatedAt.After(last)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

open \ closed 可以不统计?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant