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
382: List commits that have been pushed in integration message #602
Conversation
|
Webrevs
|
Looks good in general, just one minor question and one minor comment
.limit(10) | ||
.forEach(c -> message.append(" * ").append(c.hash().hex()).append(": ").append(c.message().get(0)).append("\n")); | ||
if (divergingCommits.size() > 10) { | ||
message.append(" * ... full list: ").append(pr.repository().webUrl(baseHash.hex(), pr.targetRef())).append("\n"); |
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.
Can we say something like * ... and 5 more:
?
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.
Sure, but the link itself should show a full list, right?
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.
Yeah, I think that is the best
@rwestberg This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
There are currently no new commits on the
|
Thanks for reviewing! |
/integrate |
@rwestberg |
Mailing list message from Robin Westberg on skara-dev: Changeset: 9bf3f5c 382: List commits that have been pushed in integration message Reviewed-by: ehelin ! bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckRun.java |
Hi all,
Please review this change that lists the commits that have been pushed since the PR was created (up to 10).
Best regards,
Robin
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/skara pull/602/head:pull/602
$ git checkout pull/602