...
If a pull request is automatically closed due to inactivity, this command can be used to re-open it.
/backport
Syntax
/backport <repository> [<branch>]
Description
Now, /backport could only be used in integrated pull request.
Applies the commit this pull request resulted in onto the given branch in the given repository and then shows to a link to create a pull request with the changes. The branch is optional and defaults to the master
branch. If the commit does not apply then a message is shown describing the files containing conflicts. See Backports.
If the target repository is configured to support dependent pull requests, it's possible to do this with the backport command by supplying the appropriate pr/X
branch.
Examples
/backport jdk16u
/backport jfx jfx14
/backport jdk17u-dev pr/4711
/help
Syntax
/help
Description
Shows help for all pull request commands.
Examples
/help