-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Requests: Add closed date #8223
Conversation
♻️ PR Preview ad5838e has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Minor comments.
api/swagger.yml
Outdated
@@ -1770,6 +1770,9 @@ components: | |||
merged_commit_id: | |||
type: string | |||
description: the commit id of merged PRs | |||
close_date: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add description, so it will be clear that it's relevant also for merged PRs, not only closed ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, if we have merged_commit_id
-
Shouldn't this be closed_date
?
Co-authored-by: itaigilo <itai.gilo@treeverse.io>
Co-authored-by: itaigilo <itai.gilo@treeverse.io>
Closes #8222
Change Description
Add close date to pull request
Testing Details
Added unit tests