...
If a pull request is automatically closed due to inactivity, this command can be used to re-open it.
/backport
Syntax
/backport [disable] <repository> [<branch>]
/backport [disable] [<repository> []:<branch>]
Description
/backport used in open 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, if not given, the default for the repository is used. In the second syntax, repository is optional, if not given, the same repository where the command is issued is used. If the commit does not apply then a message is shown describing the files containing conflicts. See Backports.
...
/backport jdk16u
/backport jfx jfx14
/backport jdk17u-dev pr/4711
/backport disable jdk16u
/backport jfx:jfx22
/backport disable :jfx22
/approval
Syntax
/approval [<id>] (request|cancel) [<text>]
...