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
@@ -122,10 +123,12 @@ final class NurtureAlg[F[_]](config: ForgeCfg)(implicit
122
123
oldPr: PullRequestData[Id]
123
124
):F[Unit] =
124
125
logger.attemptWarn.label_(
125
-
s"Closing obsolete PR ${oldPr.url.renderString} for ${oldPr.update.show} in PR #$newNumber - will not comment due to https://github.com/scala-steward-org/scala-steward/issues/3797"
126
+
s"Closing obsolete PR ${oldPr.url.renderString} for ${oldPr.update.show} in PR #$newNumber"
0 commit comments