...
The pull request will be created from a branch in a shared fork of the target repository. On GitHub, this repository is owned by the openjdk-bots organization. The first time you issue the /backport command for a specific target repository, you will receive an invitation to collaborate in the fork repository. This invitation needs to be accepted to be able to further update the backport pull request with more changes.
Examples
/backport :jdk23
/backport jdk16u
/backport jfx jfx14
/backport jdk17u-dev pr/4711
/backport disable jdk16u
/backport jfx:jfx22
/backport disable :jfx22
...
/author set @openjdk-bot
/author @openjdk-bot
/author set J. Duke <duke@openjdk.org>
/author remove @openjdk-bot
/author remove
/touch
Syntax
/touch
Alias
/keepalive
Description
A no-op command that triggers a re-evaluation of the pull request and resets the timer for automatically closing a pull request due to inactivity. This command does not trigger sending of any emails.
/help
Syntax
/help
Description
Shows help for all pull request commands.
...