RFR: 372: Tool support for small/minor/trivial "fast-track" changes. [v3]
Erik Helin
ehelin at openjdk.java.net
Wed Jun 24 15:09:10 UTC 2020
On Wed, 24 Jun 2020 13:38:39 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:
>> Hi all,
>>
>> Please review this change that adds the possibility of issuing an `/issue create` command. The title and the body of
>> the issue will be copied from the pull request. The command is only available for committers and above (who already
>> have access to creating issues manually). Best regards,
>> Robin
>
> Robin Westberg has updated the pull request incrementally with three additional commits since the last revision:
>
> - Update bots/pr/src/main/java/org/openjdk/skara/bots/pr/IssueCommand.java
>
> Co-authored-by: Erik Duveblad <erik.helin at oracle.com>
> - Update bots/pr/src/main/java/org/openjdk/skara/bots/pr/IssueCommand.java
>
> Co-authored-by: Erik Duveblad <erik.helin at oracle.com>
> - Update bots/pr/src/main/java/org/openjdk/skara/bots/pr/IssueCommand.java
>
> Co-authored-by: Erik Duveblad <erik.helin at oracle.com>
bots/pr/src/main/java/org/openjdk/skara/bots/pr/IssueCommand.java line 245:
> 244: }
> 245: var component = next;
> 246: next = argSplit.pollFirst();
Given that you incorporated my changes to the help text I think you need to add some code here to handle the case when
`component` is something like `"hotspot/gc"`
-------------
PR: https://git.openjdk.java.net/skara/pull/677
More information about the skara-dev
mailing list