...
/backport <repo> [<branch>]
/backport [<repo>]:<branch>
Description
Applies the commit 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, repo 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.
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.
...
- /backport jdk16u
- /backport jfx jfx14
- /backport jdk17u-dev pr/4711
- /backport :jfx22
- /backport jdk17u-dev:pr/4711
/tag
Syntax
/tag <name>
...