-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Bot: TODO bot #1301
Comments
If the TODO has a bug number, like |
@tmatsuo perhaps we could add a convention like That way we still get user assignment. |
I do not think developer names attached to TODOs make sense. What happens when they leave? What happens if somebody else wants to work on it? In C++ the Google style guide requires 80 columns. Horizontal space is at a premium, My $0.02: it should always be |
That's a good point. Referring to a github issue is more robust than assigning a member. We can assign members to that issue. |
Previously, this was infeasible if we rely on the GitHub code search API (rate limits). Now, with Cloud Run, we can shallow clone the code and use grep to search for Additionally, the bot could lint TODO comments |
Scan for instances of TODOs/FIXMEs in code and maintain issues on the repository.
Potentially assign to a person if tagged. Example:
TODO(chingor13): do something
The text was updated successfully, but these errors were encountered: