[Feat]: Improve resolver inline pr comment localization (#7932)

This commit is contained in:
Rohit Malhotra 2025-04-18 15:56:34 -04:00 committed by GitHub
parent 91c691d526
commit 0e0f043e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}