mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
[Feat]: Improve resolver inline pr comment localization (#7932)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
You are checked out to branch {{ branch_name }}, which has an open PR #{{ pr_number }}.
|
||||
A comment on the PR (below) has been addressed to you. Do NOT respond to this comment via the GitHub API.
|
||||
|
||||
{% if file_location %} The comment is on the file `{{ file_location }}`{% endif %}.
|
||||
{% if file_location %} The comment is in the file `{{ file_location }}` on line #{{ line_number }}{% endif %}.
|
||||
|
||||
# Comment
|
||||
{{ pr_comment }}
|
||||
|
||||
Reference in New Issue
Block a user