New template for a full unfiltered list of PRs (#6692)

This commit is contained in:
Chevdor
2023-02-09 11:44:01 +01:00
committed by GitHub
parent b8eaf25040
commit f7ea584da7
2 changed files with 28 additions and 0 deletions
@@ -0,0 +1,16 @@
{# This is a helper template to get the FULL PR list #}
{# It is not used in the release notes #}
# PR list
## substrate
{%- for change in substrate.changes %}
- [S] [`{{ change.number }}`]({{ change.html_url }}) - {{ change.title }}
{%- endfor %}
## polkadot
{%- for change in polkadot.changes %}
- [P] [`{{ change.number }}`]({{ change.html_url }}) - {{ change.title }}
{%- endfor %}