mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
0dcc4c4b4c
* Add more hooks from pre-commit-hooks repo * Add pre-commit hook for prettier * Format with prettier * Remove check-docstring-first hook * Run prettier in the template * Tweak formatting of dependabot file * Fix formatting of GitHub files for prettier * More format fixes of ci.yml
12 lines
264 B
Markdown
12 lines
264 B
Markdown
{%- for change_type, pulls in grouped_pulls.items() %}
|
|
{%- if pulls %}
|
|
|
|
### {{ change_type }}
|
|
|
|
{%- for pull_request in pulls %}
|
|
|
|
- {{ pull_request.title }} ([#{{ pull_request.number }}]({{ pull_request.html_url }}))
|
|
{%- endfor -%}
|
|
{% endif -%}
|
|
{% endfor -%}
|