How do I retrigger "checks" on a PR to generate a RFR mail?

Robin Westberg robin.westberg at oracle.com
Sun Sep 6 08:47:12 UTC 2020


Hi Jaikiran,

> On 6 Sep 2020, at 10:42, Jaikiran Pai <jai.forums2013 at gmail.com> wrote:
> 
> In context of this PR[1], when I created it, my github account wasn't
> linked to my OpenJDK account. It has now been done and I have also
> joined the OpenJDK org through the invitation I received.
> 
> In order to have the bot now redo the checks and send an automated RFR
> to the mailing list it's identified (the "net" mailing list in this
> case), what is the command that I need to comment in that PR? Or should
> I force push to my branch that corresponds to the PR, to retrigger the
> checks?
> 
> I had a look at
> https://wiki.openjdk.java.net/display/SKARA/Pull+Request+Commands but
> couldn't find anything relevant.

The check will be rerun if anything that would affect the outcome changes. In this case, the check can’t determine the issue ID which you can see here: https://github.com/openjdk/jdk/pull/26/checks?check_run_id=1077437559

So either edit the PR title manually to remove the leading “RFR “ text or issue a command like “/solves 8252767” and the title will be updated with a description taken from Jira. You can also just set the title to 8252767 when creating the PR and it will be automatically expanded.

Best regards,
Robin

> 
> 
> [1] https://github.com/openjdk/jdk/pull/26
> 
> -Jaikiran
> 



More information about the skara-dev mailing list