Skip to content

Commit

Permalink
fix: Set the parent when creating a PR (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
draftcode authored May 8, 2023
1 parent e3a26cd commit 244991f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/actions/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func CreatePullRequest(
Name: defaultBranch,
Trunk: true,
}
branchMeta.Parent = parentState
}
prCompareRef := parentState.Name
var parentMeta meta.Branch
Expand Down

0 comments on commit 244991f

Please sign in to comment.