renovatebot/renovate

ci: automate removal of TODOs in codebase

Open

#41497 opened on Feb 25, 2026

View on GitHub
 (1 comment) (3 reactions) (0 assignees)TypeScript (14,066 stars) (1,916 forks)batch import
good first issuepriority-3-medium

Description

As noted in #41496, if we're closing Issues/resolving Discussions as part of PRs, we should have a CI check that catches this and makes sure that we don't forget to clean things up in the same PR.

git grep '#[0-9][0-9]*$'

Contributor guide