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
@@ -183,7 +182,6 @@ function nextStepsForClassification(classification: OpenPrWorkClassification, re
183
182
return[`Add or update tests on ${ref} if the repo expects test coverage.`,`Note test commands run in the PR description.`];
184
183
case"duplicate_prone":
185
184
return[`Check overlap with other open PRs in ${repoFullName}; close or consolidate duplicates.`,`Comment on ${ref} linking the canonical PR if one exists.`];
186
-
case"stale":
187
185
case"should_close_or_withdraw":
188
186
return[`Update ${ref} with a short status comment or close it if no longer needed.`,`Do not open new work until stale queue pressure is reduced.`];
189
187
case"maintainer_lane":
@@ -281,7 +279,6 @@ function priorityRank(classification: OpenPrWorkClassification): number {
0 commit comments