We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5a63a commit 51b7bb9Copy full SHA for 51b7bb9
templates/_issue.tt
@@ -2,6 +2,11 @@
2
{%- if backport_branch != "" %}
3
- Authored by {{ issue.author }}
4
- Voting [Zulip topic](#)
5
+<!--
6
+Triagebot commands for handling backports on GitHub
7
+If approved: @triagebot backport {{ backport_branch }} accept {{ issue.number }}
8
+If declined: @triagebot backport {{ backport_branch }} decline {{ issue.number }}
9
+-->
10
{%- endif -%}
11
{% if issue.mcp_details.concerns %}{%- for concern in issue.mcp_details.concerns %}
12
- concern: [{{- concern.0 -}}]({{- concern.1 -}})
0 commit comments