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
Copy file name to clipboardexpand all lines: modules/core/src/main/scala/org/scalasteward/core/forge/data/NewPullRequestData.scala
+38-28
Original file line number
Diff line number
Diff line change
@@ -96,35 +96,45 @@ object NewPullRequestData {
96
96
_ =>""
97
97
)
98
98
99
-
s"""|$updatesText
100
-
|
101
-
|## Usage
102
-
|✅ **Please merge!**
103
-
|
104
-
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
105
-
|
106
-
|${skipVersionMessage}If you have any feedback, just mention me in the comments below.
107
-
|
108
-
|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.
|I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
106
+
|
107
+
|${skipVersionMessage}If you have any feedback, just mention me in the comments below.
108
+
|
109
+
|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.
0 commit comments