mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
[Feat]: Improve resolver inline pr comment localization (#7932)
This commit is contained in:
parent
91c691d526
commit
0e0f043e59
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user