...
/backport jdk16u
/backport jfx jfx14
/backport jdk17u-dev pr/4711
/Approval
Syntax
/approval [<id>] (request|cancel) [<text>]
Description
Create maintainer approval request for fixes.
Only the author of the pull request is allowed to issue this command.
If the user requested approval, the 'text' will be posted to the related bug. The user will be able to update the 'text' by requesting the approval again.
Once maintainer processed the request(either approved or rejected), the user will not be able to update or cancel the request.
If there is only one issue associated with this pull request, the user will not need to specify the issue id. If there are more than one issues associated with this pull request, the user should request approval for each issue individually.
Examples
/approval request My reason
/approval request
/approval cancel
/approval JDK-123 request My reason
/approval 123 request
/approval 123 cancel
/Approve
Syntax
/approve [<id>] (yes|no)
Description
Handle user's approval request for fixes.
Only maintainers of the repository are allowed to issue this command. Maintainers can not approve or reject the approval request if the request doesn't exist.
if the maintainer doesn't specify issue id in this command, then all the approval request associated with this pull request will be handled.
Examples
/approve yes
/approve no
/approve JDK-123 yes
/approve 123 no
/help
Syntax
/help
Description
Shows help for all pull request commands.
Examples
/help