Skip to content

Commit 266574a

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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 -}})

templates/prioritization_agenda.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ note_id: xxx
8787

8888
## Performance logs
8989

90-
> [triage logs](https://github.com/rust-lang/rustc-perf/tree/master/triage#triage-logs)
90+
> [triage logs](https://github.com/rust-lang/rustc-perf/tree/master/triage/2025)
9191

9292
## Nominated Issues
9393

0 commit comments

Comments
 (0)