Skip to content

Commit

Permalink
fix: fixed bug where base branch was left empty
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jan 14, 2021
1 parent feea168 commit 64d5e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/multigitter/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (r Runner) runSingleRepo(ctx context.Context, repo domain.Repository) error
Title: r.PullRequestTitle,
Body: r.PullRequestBody,
Head: r.FeatureBranch,
Base: r.BaseBranch,
Base: baseBranch,
Reviewers: getReviewers(r.Reviewers, r.MaxReviewers),
})
if err != nil {
Expand Down

0 comments on commit 64d5e22

Please sign in to comment.