We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52719d7 commit d8aa464Copy full SHA for d8aa464
modules/core/src/main/scala/org/scalasteward/core/forge/azurerepos/JsonCodec.scala
@@ -38,7 +38,7 @@ private[azurerepos] object PullRequestPayload {
38
def from(data: NewPullRequestData): PullRequestPayload =
39
PullRequestPayload(
40
sourceRefName = withPrefix(data.head),
41
- targetRefName = data.base.name,
+ targetRefName = withPrefix(data.base.name),
42
title = data.title,
43
labels = Option.when(data.labels.nonEmpty)(data.labels),
44
description = data.body
0 commit comments