Wan Arif 3504ca7752
feat: add Azure DevOps integration support (#11243)
Co-authored-by: Graham Neubig <neubig@gmail.com>
2025-11-22 14:00:24 -05:00

6 lines
108 B
Django/Jinja

{% if issue_comment %}
{{ issue_comment }}
{% else %}
Please fix work item #{{ issue_number }}.
{% endif %}