mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
B7 and C9 fixes
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
{#- The changes are sorted by merge date -#}
|
{#- The changes are sorted by merge date -#}
|
||||||
{% for pr in changes | sort(attribute="merged_at") -%}
|
{% for pr in changes | sort(attribute="merged_at") -%}
|
||||||
|
|
||||||
{%- if pr.meta.B -%}
|
{%- if pr.meta.B and pr.meta.X -%}
|
||||||
{%- if pr.meta.B.value == 0 -%}
|
{%- if pr.meta.B.value == 0 -%}
|
||||||
{#- We skip silent ones -#}
|
{#- We skip silent ones -#}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
|
|
||||||
{%- if pr.meta.B.value == 7 and not pr.title is containing("ompanion") %}
|
{%- if pr.meta.B.value == 1 and pr.meta.X.value == 1 and not pr.title is containing("ompanion") %}
|
||||||
- {{ m_c::change(c=pr) }}
|
- {{ m_c::change(c=pr) }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
|
||||||
{%- if p >= 7 or host_fn_count > 0 -%}
|
{%- if p >= 5 or host_fn_count > 0 -%}
|
||||||
{%- set prio = "‼️ HIGH" -%}
|
{%- set prio = "‼️ HIGH" -%}
|
||||||
{%- set text = "This is a **high priority** release and you must upgrade as as soon as possible." -%}
|
{%- set text = "This is a **high priority** release and you must upgrade as as soon as possible." -%}
|
||||||
{%- elif p >= 3 -%}
|
{%- elif p >= 3 -%}
|
||||||
@@ -45,7 +45,7 @@ The changes motivating this priority level are:
|
|||||||
{%- if pr.meta.C -%}
|
{%- if pr.meta.C -%}
|
||||||
{%- if pr.meta.C.value == p %}
|
{%- if pr.meta.C.value == p %}
|
||||||
- {{ m_c::change(c=pr) }}
|
- {{ m_c::change(c=pr) }}
|
||||||
{%- if pr.meta.B and pr.meta.B.value == 7 %}
|
{%- if pr.meta.B and pr.meta.X and pr.meta.B.value == 1 and pr.meta.X.value == 1 %}
|
||||||
(RUNTIME)
|
(RUNTIME)
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user