Skip to content

Commit 51b7bb9

Browse files
committed
Add beta backport shortcuts to t-compiler agenda
1 parent 1b5a63a commit 51b7bb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/_issue.tt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
{%- if backport_branch != "" %}
33
- Authored by {{ issue.author }}
44
- 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+
-->
510
{%- endif -%}
611
{% if issue.mcp_details.concerns %}{%- for concern in issue.mcp_details.concerns %}
712
- concern: [{{- concern.0 -}}]({{- concern.1 -}})

0 commit comments

Comments
 (0)