...
Marks you as the sponsor of the pull request. A pull request made by a contributor who is not a Committer can not issue the /integrate
command until a Committer in the project has issued the /sponsor
command.
Examples
/sponsor
/
...
issue
Syntax
/issue [add|remove] <id>[,<id>,...]
Description
Marks one or more issues as solved by this pull request. All issues solved by the pull request will be part of the resulting commit message. An issue that has wrongly been marked as solved by this pull request can be removed by the command /issue remove <id>. It is allowed to prefix the issue numeric id with the JBS project name, but it is not necessary.
Examples
/issue add JDK-4567890
/issue add 4567890
/issue add 1234567,4567890
/issue remove JDK-4567890
/summary
Syntax
Description
...