You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
95
103
|
96
104
|${skipVersionMessage}If you have any feedback, just mention me in the comments below.
97
105
|
98
106
|Configure Scala Steward for your repository with a [`${RepoConfigAlg.repoConfigBasename}`](${org.scalasteward.core.BuildInfo.gitHubUrl}/blob/${org.scalasteward.core.BuildInfo.gitHeadCommit}/docs/repo-specific-configuration.md) file.
99
107
|
100
-
|Have a fantastic day writing Scala!
108
+
|_Have a fantastic day writing Scala!_
101
109
|
102
110
|${details.map(_.toHtml).mkString("\n")}
103
111
|
112
+
|<sup>
104
113
|${labels.mkString("labels: ", ", ", "")}
114
+
|</sup>
105
115
|""".stripMargin.trim
106
116
}
107
117
@@ -118,7 +128,18 @@ object NewPullRequestData {
118
128
}
119
129
120
130
deffromTo(update: Update.Single):String=
121
-
s"from ${update.currentVersion} to ${update.nextVersion}"
131
+
s"from `${update.currentVersion}` to `${update.nextVersion}`"
0 commit comments