Skip to content

Commit f3d0ef9

Browse files
authored
Merge pull request #2215 from apiraino/add-beta-backport-shortcuts-to-t-compiler-agenda
Add beta backport shortcuts to t-compiler agenda
2 parents 2cc8f4e + 392abe3 commit f3d0ef9

File tree

4 files changed

+107
-4
lines changed

4 files changed

+107
-4
lines changed

Cargo.lock

Lines changed: 100 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ features = ["derive"]
6060
[dependencies.tera]
6161
version = "1.3.1"
6262
default-features = false
63+
features = ["builtins"]
6364

6465
[dev-dependencies]
6566
bon = "3"

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/{{ now() | date(format="%Y") }})
9191

9292
## Nominated Issues
9393

0 commit comments

Comments
 (0)