[Rev 03] RFR: Add checkout instructions to PR body
Jorn Vernee
jvernee at openjdk.java.net
Tue Feb 18 10:44:01 UTC 2020
> 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:
>
>> ## Instructions
>> To checkout these changes locally:
>> ```bash
>> $ git fetch https://git.openjdk.java.net/panama-foreign pull/16/head:pull/16
>> $ git checkout pull/16
>> ```
>
> Testing:
> - Running `.\gradlew test`
>
> Any other recommendations for testing this?
>
> Thanks,
> Jorn
The pull request has been updated with 1 additional commit.
-------------
Added commits:
- 9fc0eb92: Fix tests
Changes:
- all: https://git.openjdk.java.net/skara/pull/434/files
- new: https://git.openjdk.java.net/skara/pull/434/files/93d02e60..9fc0eb92
Webrevs:
- full: https://webrevs.openjdk.java.net/skara/434/webrev.03
- incr: https://webrevs.openjdk.java.net/skara/434/webrev.02-03
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/skara/pull/434.diff
Fetch: git fetch https://git.openjdk.java.net/skara pull/434/head:pull/434
PR: https://git.openjdk.java.net/skara/pull/434
More information about the skara-dev
mailing list