drive-pr

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Can you now check the PR for coderabbit or other comments, check if they are valid and address them, if valid then do the fix and push, if not then reply to the comment and mark it as resolved
Also check the CI jobs, fix any failures, if failures are like unit, lint, typecheck or even integration, try running it locally to make sure its fixed first before pushing and waiting again on the CI
If a failure is pre-existing on main and not related to our code, it doesn't matter, fix it all the same, unless you're spending too much time trying to fix it and the scope creep would be too large, just fix it, a good boy scout always leaves the place cleaner than they found
Then, after any push, wait 4.5 min (just below your cache expiration) and check for new comments by coderabbit or CI issues to be addressed, if nothing new twice, then just relax
现在请检查该PR的CodeRabbit或其他评论,判断这些评论是否有效并进行处理:若有效则修复并推送;若无效则回复评论并标记为已解决。
同时检查CI任务,修复所有失败问题,无论是单元测试、代码检查、类型检查还是集成测试失败,在推送前先尝试本地运行确保问题已修复,避免再次等待CI结果。
如果失败是main分支中已存在且与我们的代码无关的问题,同样需要修复,除非修复耗时过长且范围过度扩大。记住,优秀的童子军总会让环境比他们发现时更整洁。
之后,每次推送后等待4.5分钟(略低于缓存过期时间),检查是否有CodeRabbit的新评论或需要处理的CI问题,若连续两次无新问题,则停止操作。