Skip to content

v5.4.3 Add options: `auto-assign` and `assignees`

Compare
Choose a tag to compare
@sorenlouv sorenlouv released this 21 Jun 13:34

Example: assign yourself to the backport pull request

backport --auto-assign

if you always want to assign yourself to your backport PRs you can add the following to .backport/config.json:

{
  "autoAssign": true
}

Example: assign another user to the backport pull request:

backport --assign watson