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
@@ -10,7 +10,7 @@
{#- We skip silent ones -#}
{%- else -%}
{%- if pr.meta.B.value == 7 and not pr.title is containing("ompanion") %}
{%- if pr.meta.T and pr.meta.T.value == 1 and not pr.title is containing("ompanion") %}
- {{ m_c::change(c=pr) }}
{%- endif -%}
{%- endif -%}