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
@@ -135,18 +134,10 @@ final class NurtureAlg[F[_]](config: ForgeCfg)(implicit
135
134
oldPr: PullRequestData[Id]
136
135
):F[Unit] =
137
136
logger.attemptWarn.label_(
138
-
s"Closing obsolete PR ${oldPr.url.renderString} for ${oldPr.update.show}"
137
+
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"
0 commit comments