Skip to content

Commit de42aaf

Browse files
authored
Merge pull request #1885 from apiraino/tiny-tcompiler-tpl-fixes
tiny t-compiler triage meeting agenda template fixes
2 parents edc6ad8 + 2d2c819 commit de42aaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/_issue.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
approve
1212
{%- if backport_branch is containing("stable") %}
1313
approve but does not justify new dot release
14-
decline
1514
{%- endif %}
15+
decline
1616
don't know
1717
-->
1818
{%- endif %}{% endmacro %}

templates/prioritization_agenda.tt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ note_id: xxx
5454
## Backport nominations
5555

5656
[T-compiler beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-compiler) / [T-compiler stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-compiler)
57-
{{-issues::render(issues=beta_nominated_t_compiler, backport_branch=":beta:", empty="No beta nominations for `T-compiler` this time.")}}
58-
{{-issues::render(issues=stable_nominated_t_compiler, backport_branch=":stable:", empty="No stable nominations for `T-compiler` this time.")}}
57+
{{-issues::render(issues=beta_nominated_t_compiler, backport_branch=":beta: ", empty="No beta nominations for `T-compiler` this time.")}}
58+
{{-issues::render(issues=stable_nominated_t_compiler, backport_branch=":stable: ", empty="No stable nominations for `T-compiler` this time.")}}
5959

60-
[T-types stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-types) / [T-types beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-types)
60+
[T-types beta](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Abeta-nominated+-label%3Abeta-accepted+label%3AT-types) / [T-types stable](https://github.com/rust-lang/rust/issues?q=is%3Aall+label%3Astable-nominated+-label%3Astable-accepted+label%3AT-types)
6161
{{-issues::render(issues=beta_nominated_t_types, backport_branch=":beta:", empty="No beta nominations for `T-types` this time.")}}
6262
{{-issues::render(issues=stable_nominated_t_types, backport_branch=":stable:", empty="No stable nominations for `T-types` this time.")}}
6363

0 commit comments

Comments
 (0)