-
Notifications
You must be signed in to change notification settings - Fork 78
Persist the base commit of subscription update for diff links #4870
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -20,4 +20,10 @@ public class SubscriptionPullRequestUpdate | |||||||||||
|
||||||||||||
[DataMember] | ||||||||||||
public string CommitSha { get; set; } | ||||||||||||
|
||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [nitpick] Add XML documentation for
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would be nice to add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a bit difficult to describe. I'm thinking "The earliest commit in the source repository from the changes contained in the current PR". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's a good point. Why isn't it in the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll change it |
||||||||||||
[DataMember] | ||||||||||||
/// <summary> | ||||||||||||
/// The earliest commit in the source repository from the changes contained in the current PR | ||||||||||||
/// </summary> | ||||||||||||
public string BaseSourceSha { get; set; } | ||||||||||||
premun marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||
} |
Uh oh!
There was an error while loading. Please reload this page.