Skip to content

Commit 6460f78

Browse files
authored
Merge pull request #2083 from apiraino/update-prio-agenda-tpl
Update t-compiler triage agenda template
2 parents debef52 + 082dacb commit 6460f78

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

templates/_issue.tt

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
{% macro render(issue, with_age="", backport_branch="") %}"{{issue.title}}" [{{issue.repo_name}}#{{issue.number}}]({{issue.html_url}}){% if issue.mcp_details.zulip_link %} ([Zulip]({{issue.mcp_details.zulip_link}})){% endif %}{% if with_age %} (last review activity: {{issue.updated_at_hts}}){%- endif -%}
22
{%- if backport_branch != "" %}
33
- Authored by {{ issue.author }}
4+
- Voting [Zulip topic](#)
45
{%- endif -%}
56
{% if issue.mcp_details.concerns %}{%- for concern in issue.mcp_details.concerns %}
67
- concern: [{{- concern.0 -}}]({{- concern.1 -}})
78
{%- endfor -%}{%- endif -%}
8-
{%- if backport_branch %}
9-
<!--
10-
/poll Approve {{ backport_branch | trim_start_matches(pat=":") | trim_end_matches(pat=":") }} backport of #{{issue.number}}?
11-
approve
12-
{%- if backport_branch is containing("stable") %}
13-
approve but does not justify new dot release
14-
{%- endif %}
15-
decline
16-
don't know
17-
-->
18-
{%- endif %}{% endmacro %}
9+
{% endmacro %}

0 commit comments

Comments
 (0)