Update changelog templates to use new labels (#6585)

* Update changelog template to use new T labels

* update readme

* changelog gen: remove T6
This commit is contained in:
Mara Robin B
2023-01-19 20:24:03 +01:00
committed by GitHub
parent a508cafc70
commit c70834aa8d
6 changed files with 8 additions and 14 deletions
@@ -25,7 +25,7 @@ The changes motivating this priority level are:
{%- if pr.meta.C -%}
{%- if pr.meta.C.value == p %}
- {{ m_c::change(c=pr) }}
{%- if pr.meta.B and pr.meta.B.value == 7 %} (RUNTIME)
{%- if pr.meta.T and pr.meta.T.value == 1 %} (RUNTIME)
{% endif %}
{%- endif -%}
{%- endif -%}