mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Update pr_agent/tools/pr_line_questions.py
Co-authored-by: Prateek <110811408+Prateikx@users.noreply.github.com>
This commit is contained in:
@ -131,8 +131,8 @@ class PR_LineQuestions:
|
||||
continue
|
||||
|
||||
# except for current question
|
||||
if current_question_id and str(comment.id) == str(current_question_id):
|
||||
continue
|
||||
# except for current question
|
||||
if current_question_id and comment.id == current_question_id:
|
||||
|
||||
# remove the AI command (/ask etc) from the beginning of the comment (optional)
|
||||
clean_body = body
|
||||
|
Reference in New Issue
Block a user