2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00
Files
axios/templates/prs.hbs
T

14 lines
257 B
Handlebars

{{#if prs}}
### PRs
{{#each prs}}
- {{title}} ( [#{{number}}]({{pull_request.url}}) ){{#if isHot}} 🔥{{/if}}{{#if isHot}} 🚀{{/if}}
{{#if messages}}
{{#each messages}}
```
{{this}}
```
{{/each}}
{{/if}}
{{/each}}
{{/if}}