Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • /approve yes
  • /approve no
  • /approve JDK-123 yes
  • /approve 123 no

/author

Syntax

/author [set|remove] [@user | openjdk-user | Full Name <email@address>]

Description

Sets or removes a user as author of this pull request. An author can be specified either by their GitHub username (e.g. @openjdk-bot), their OpenJDK username (e.g. duke) or via a full name and email combination (e.g. J. Duke <duke@openjdk.org>). Github and OpenJDK usernames can only be used for users in the OpenJDK census. For other authors you need to supply the full name and email address. An author that has incorrectly been set can be removed by issuing the command /author remove. The author's name will be shown in the final commit message for the pull request and the pull request creator's name will be shown as the committer.

Examples

  • /author set @openjdk-bot
  • /author @openjdk-bot
  • /author set J. Duke <duke@openjdk.org>
  • /author remove @openjdk-bot
  • /author remove

/help

Syntax

/help

Description

Shows help for all pull request commands.

Examples

  • /help