Skip to content

Commit 0205e14

Browse files
committed
Fix fallback when we don't any FCP details
1 parent 189ae3d commit 0205e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/_issues_rfcbot.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{{indent}}{{indent}}-{% for reviewer in issue.fcp_details.pending_reviewers %} @{% if issue.fcp_details.should_mention %}{% else %}_{% endif %}**|{{reviewer.zulip_id}}**{%else%} no pending checkboxs{% endfor %}
88
{{indent}}{{indent}}-{% for concern in issue.fcp_details.concerns %} [{{concern.name}} (by {{concern.reviewer_login}})]({{concern.concern_url}}){%else%} no pending concerns{% endfor -%}
99
{% else %}
10-
{{indent}}- "{{issue.title}}" {{issue.repo_name}}#{{issue.number}}
11-
{%endif-%}
10+
{{indent}}- {{issue::render(issue=issue)}}
11+
{%- endif -%}
1212
{%else%}
1313
{{empty}}
1414
{%endfor-%}

0 commit comments

Comments
 (0)