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
Add checkout instructions to PR body #434
Conversation
|
Webrevs
|
Thanks Jorn, good idea
|
7de15f5
to
6b97147
Compare
Hey Erik, I like the new format that you suggest as well :) I've applied the suggestions. |
Nice work! Just a small nit, you can use a Markdown thematic break instead of using the <hr />
HTML tag directly.
Co-Authored-By: Erik Duveblad <erik.helin@oracle.com>
It seems like the test
|
@edvbld Thanks Erik, That test is being skipped when running on Windows and I'm seeing a lot of "STANDARD_ERROR"s in the build log for the workflow, so not sure if this was a false negative. I gave the latest version a run on WSL. There are a lot of failing tests if I do that, unrelated to this PR, but at least the particular test is now passing. |
@JornVernee Yeah, most of the bot tests are disabled on Windows. I would be happy to review patches to get the tests passing on WSL |
@JornVernee This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 7 commits pushed to the
|
/integrate |
@JornVernee The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 84a1235. |
Mailing list message from Jorn Vernee on skara-dev: Changeset: 84a1235 Add checkout instructions to PR body Reviewed-by: ehelin ! bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckRun.java |
Hi,
I'd like let the pr bot add the fetch comamnd found in the automatic emails to the PR body, so that people using only GitHub can see the instructions as well.
This adds a new "Instructions" section to the body of the PR message:
Testing:
.\gradlew test
Any other recommendations for testing this?
Thanks,
Jorn
Progress
Reviewers