Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options: auto-assign and assignees #205

Merged
merged 2 commits into from
Jun 21, 2020
Merged

Add options: auto-assign and assignees #205

merged 2 commits into from
Jun 21, 2020

Conversation

sorenlouv
Copy link
Owner

Closes #188

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

@sorenlouv sorenlouv merged commit 3b12066 into master Jun 21, 2020
@sorenlouv sorenlouv deleted the add-auto-assign branch June 21, 2020 13:23
@sorenlouv
Copy link
Owner Author

Released in v5.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to be auto-assigned to own backport PRs
1 participant